mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
Added missing path atribute to TarInfo class (#4884)
This commit is contained in:
committed by
GitHub
parent
d482fa00cb
commit
2c314617f9
@@ -215,6 +215,7 @@ class HeaderError(TarError): ...
|
||||
|
||||
class TarInfo:
|
||||
name: str
|
||||
path: str
|
||||
size: int
|
||||
mtime: int
|
||||
mode: int
|
||||
|
||||
Reference in New Issue
Block a user