-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
stubs: false negativeType checkers do not report an error, but shouldType checkers do not report an error, but should
Description
Lines 461 to 462 in 0e9b8c9
@property | |
def cr_frame(self) -> FrameType: ... |
also GeneratorType.gi_frame
and AsyncGeneratorType.ag_frame
, cf python/cpython#112428; possibly others I don't know of.
motivation: python-trio/trio#3338
Metadata
Metadata
Assignees
Labels
stubs: false negativeType checkers do not report an error, but shouldType checkers do not report an error, but should