You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
The text was updated successfully, but these errors were encountered:
As mentioned in the code, AwaitableGenerator doesn't exist in typing.py or PEP 484.
typeshed/stdlib/3/typing.pyi
Line 208 in 626a0f3
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.
The text was updated successfully, but these errors were encountered: