KotlinIsland / KotlinIsland/basedmypy
`SpecialForm`
Open
feature
- Dominant language
- Python
- Stars
- 202
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
- related to #463
```py
A = int | str
reveal_type(A) # Currently `typing._SpecialForm`, expect `SpecialForm[int | str]`
```
Contributor guide
Research direction
Start by reading the related issue #463 and the provided Python example to understand the existing handling of `SpecialForm`. Investigate how `A = int | str` is currently revealed, then compare it with the requested `SpecialForm[int | str]` result. Done means the revealed type matches the expected form, with project tests updated or added as needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100