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

Method open

Lib/tarfile.py:1627–1697  ·  view source on GitHub ↗

Open a tar archive for reading, writing or appending. Return an appropriate TarFile class. mode: 'r' or 'r:*' open for reading with transparent compression 'r:' open for reading exclusively uncompressed 'r:gz' open for reading wit

(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.45

Calls 9

getattrFunction · 0.85
ReadErrorClass · 0.85
CompressionErrorClass · 0.85
clsClass · 0.85
_StreamClass · 0.85
splitMethod · 0.80
taropenMethod · 0.80
tellMethod · 0.45
seekMethod · 0.45

Tested by

no test coverage detected