Pythonの型アノテーションをジャストインタイムで自動更新する手法 Automating Just-In-Time Python Type Annotation Updating
AI要約 コード変更に伴い古くなったPythonの型アノテーションを自動的に検出・更新する手法を提案し、保守コストの削減と型安全性の維持を両立する。
EN This paper proposes an automated approach to detect and update stale Python type annotations triggered by code changes, reducing maintenance burden while preserving type safety.