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.
TarFile
1 parent f7619a4 commit 516eed0Copy full SHA for 516eed0
stdlib/tarfile.pyi
@@ -119,16 +119,16 @@ class TarFile:
119
OPEN_METH: ClassVar[Mapping[str, str]]
120
name: StrOrBytesPath | None
121
mode: Literal["r", "a", "w", "x"]
122
- fileobj: _Fileobj | None
123
- format: _TarFormat | None
+ fileobj: _Fileobj
+ format: _TarFormat
124
tarinfo: type[TarInfo]
125
- dereference: bool | None
126
- ignore_zeros: bool | None
127
- encoding: str | None
+ dereference: bool
+ ignore_zeros: bool
+ encoding: str
128
errors: str
129
fileobject: type[ExFileObject] # undocumented
130
pax_headers: Mapping[str, str]
131
- debug: int | None
+ debug: int
132
errorlevel: int
133
offset: int # undocumented
134
extraction_filter: _FilterFunction | None
0 commit comments