analyze_type_coverage
Analyze Python type annotation coverage: function signatures, parameters, return types, Any usage, type: ignore comments. Returns per-file metrics and coverage percentages to pinpoint untyped code.
Instructions
Analyze Python type annotation coverage: function signatures, parameters, return types, Any usage, and type: ignore comments. Returns per-file metrics and coverage percentages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path to analyze. |