-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
1 / 11 of 1 issue completed
Copy link
Labels
genericsBugs or features relating to ty's generics implementationBugs or features relating to ty's generics implementationtyping semanticstyping-module features, spec compliance, etctyping-module features, spec compliance, etc
Milestone
Description
Proper support here overlaps with generics (since Self operates like a bound typevar).
- Implicit annotation of
self: Selfin the signature of methods - Implicit type of
self: Selfin the body of methods - Implicit annotation of
cls: type[Self]in the signature of@classmethods - Implicit type of
cls: type[Self]in the body of@classmethods
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
genericsBugs or features relating to ty's generics implementationBugs or features relating to ty's generics implementationtyping semanticstyping-module features, spec compliance, etctyping-module features, spec compliance, etc