MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / extractall

Method extractall

Lib/tarfile.py:2029–2064  ·  view source on GitHub ↗

Extract all members from the archive to the current working directory and set owner, modification time and permissions on directories afterwards. `path' specifies a different directory to extract to. `members' is optional and must be a subset of the list r

(self, path=".", members=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 11

extractMethod · 0.95
chownMethod · 0.95
utimeMethod · 0.95
chmodMethod · 0.95
_dbgMethod · 0.95
isdirMethod · 0.45
appendMethod · 0.45
copyMethod · 0.45
sortMethod · 0.45
reverseMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected