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

Method extractfile

Lib/tarfile.py:2099–2135  ·  view source on GitHub ↗

Extract a member from the archive as a file object. `member' may be a filename or a TarInfo object. If `member' is a regular file, a file-like object is returned. If `member' is a link, a file-like object is constructed from the link's target. If `member' is none of

(self, member)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

makefileMethod · 0.95
readMethod · 0.80

Calls 7

_checkMethod · 0.95
getmemberMethod · 0.95
_find_link_targetMethod · 0.95
StreamErrorClass · 0.85
isregMethod · 0.80
islnkMethod · 0.80
issymMethod · 0.80

Tested by

no test coverage detected