KotlinIsland / KotlinIsland/basedmypy
support abstract attributes/class attributes
Open
feature
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```py
class A(ABC):
a: Abstract[ClassVar[str]]
b: Abstract[Final[str]]
```
Contributor guide
Research direction
No file, test, or entry point is named. Start by locating the existing handling and tests for Abstract, ClassVar, and Final in the type checker, then determine how the two annotated attributes should be validated. Done means the examples in the issue are supported with appropriate static-type-checking behavior and regression coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100