mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 05:11:09 +08:00
add zipfile._path.__all__ (#13040)
This commit is contained in:
@@ -12,6 +12,8 @@ _ReadWriteBinaryMode: TypeAlias = Literal["r", "w", "rb", "wb"]
|
||||
_ZF = TypeVar("_ZF", bound=ZipFile)
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
__all__ = ["Path"]
|
||||
|
||||
class InitializedState:
|
||||
def __init__(self, *args: object, **kwargs: object) -> None: ...
|
||||
def __getstate__(self) -> tuple[list[object], dict[object, object]]: ...
|
||||
|
||||
Reference in New Issue
Block a user