mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
Update gzip for py312 (#10634)
This commit is contained in:
@@ -139,8 +139,10 @@ class GzipFile(_compression.BaseStream):
|
||||
fileobj: _ReadableFileobj | _WritableFileobj | None = None,
|
||||
mtime: float | None = None,
|
||||
) -> None: ...
|
||||
@property
|
||||
def filename(self) -> str: ...
|
||||
if sys.version_info < (3, 12):
|
||||
@property
|
||||
def filename(self) -> str: ...
|
||||
|
||||
@property
|
||||
def mtime(self) -> int | None: ...
|
||||
crc: int
|
||||
|
||||
Reference in New Issue
Block a user