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
Closing this issue as it's unlikely that well support additional variations of __all__ at this point - the current pyi parser will soon be replaced by a typed_ast-based one, which shouldn't have the same parsing issues.
Context: python/typeshed#3923
The pyi parser accepts:
__all__: <annotation>
or__all__ = [...]
but not__all__ = <tuple>
or__all__: <annotation> = ...
.The text was updated successfully, but these errors were encountered: