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

Method __init__

Lib/tarfile.py:1501–1601  ·  view source on GitHub ↗

Open an (uncompressed) tar archive `name'. `mode' is either 'r' to read from an existing archive, 'a' to append data to an existing file or 'w' to create a new file overwriting an existing one. `mode' defaults to 'r'. If `fileobj' is given, it is used for

(self, name=None, mode="r", fileobj=None, format=None,
            tarinfo=None, dereference=None, ignore_zeros=None, encoding=None,
            errors=None, pax_headers=None, debug=None, errorlevel=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 12

nextMethod · 0.95
ReadErrorClass · 0.85
strFunction · 0.85
fromtarfileMethod · 0.80
existsMethod · 0.45
tellMethod · 0.45
seekMethod · 0.45
appendMethod · 0.45
copyMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected