-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed as not planned
Description
As mentioned in the code, AwaitableGenerator doesn't exist in typing.py or PEP 484.
Line 208 in 626a0f3
# NOTE: This type does not exist in typing.py or PEP 484. |
It appears it's an "intentionally undocumented" implementation detail of mypy, as mentioned in python/mypy#2907. Ideally, these shouldn't leak into typeshed. I've created issue python/mypy#8699 in mypy, since that's where action needs to be taken first, but keeping an issue here for tracking.
Metadata
Metadata
Assignees
Labels
No labels