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
Sometimes, __all__ gets a type annotation in stubs. __all__ in stubs has the same semantics as in implementation files, so an annotation like __all__: List[str] is not very useful.
Sometimes,
__all__gets a type annotation in stubs.__all__in stubs has the same semantics as in implementation files, so an annotation like__all__: List[str]is not very useful.