Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c869a3

Browse files
authored
add zipfile._path.__all__ (#13040)
1 parent 5903805 commit 3c869a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

stdlib/zipfile/_path.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ _ReadWriteBinaryMode: TypeAlias = Literal["r", "w", "rb", "wb"]
1212
_ZF = TypeVar("_ZF", bound=ZipFile)
1313

1414
if sys.version_info >= (3, 12):
15+
__all__ = ["Path"]
16+
1517
class InitializedState:
1618
def __init__(self, *args: object, **kwargs: object) -> None: ...
1719
def __getstate__(self) -> tuple[list[object], dict[object, object]]: ...

0 commit comments

Comments
 (0)