mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add tarfile.open (#324)
This commit is contained in:
committed by
Guido van Rossum
parent
43c3406770
commit
b5978b18b6
@@ -235,3 +235,5 @@ class TarFileCompat:
|
||||
def close(self): ...
|
||||
|
||||
def is_tarfile(name): ...
|
||||
|
||||
open = TarFile.open
|
||||
|
||||
Reference in New Issue
Block a user