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

Method extract

Lib/tarfile.py:2066–2097  ·  view source on GitHub ↗

Extract a member from the archive to the current working directory, using its full name. Its file information is extracted as accurately as possible. `member' may be a filename or a TarInfo object. You can specify a different directory using `path'.

(self, member, path="")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

extractallMethod · 0.95
unpackMethod · 0.45

Calls 6

_checkMethod · 0.95
getmemberMethod · 0.95
_extract_memberMethod · 0.95
_dbgMethod · 0.95
islnkMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected