Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zipfile._path.__all__
1 parent 5903805 commit 3c869a3Copy full SHA for 3c869a3
1 file changed
stdlib/zipfile/_path.pyi
@@ -12,6 +12,8 @@ _ReadWriteBinaryMode: TypeAlias = Literal["r", "w", "rb", "wb"]
12
_ZF = TypeVar("_ZF", bound=ZipFile)
13
14
if sys.version_info >= (3, 12):
15
+ __all__ = ["Path"]
16
+
17
class InitializedState:
18
def __init__(self, *args: object, **kwargs: object) -> None: ...
19
def __getstate__(self) -> tuple[list[object], dict[object, object]]: ...
0 commit comments