mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
Adds missing __dir__ definitions (#8479)
This commit is contained in:
@@ -30,3 +30,5 @@ TZPATH: Sequence[str]
|
||||
|
||||
class ZoneInfoNotFoundError(KeyError): ...
|
||||
class InvalidTZPathWarning(RuntimeWarning): ...
|
||||
|
||||
def __dir__() -> list[str]: ...
|
||||
|
||||
Reference in New Issue
Block a user