mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add TarFile.offset (#5210)
Add TarFile.offset, which is an undocumented property. Fixes https://github.com/python/typeshed/issues/5209
This commit is contained in:
@@ -91,6 +91,7 @@ class TarFile(Iterable[TarInfo]):
|
||||
pax_headers: Optional[Mapping[str, str]]
|
||||
debug: Optional[int]
|
||||
errorlevel: Optional[int]
|
||||
offset: int # undocumented
|
||||
if sys.version_info < (3,):
|
||||
posix: bool
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user