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

Method add

Lib/tarfile.py:1942–2001  ·  view source on GitHub ↗

Add the file `name' to the archive. `name' may be any type of file (directory, fifo, symbolic link, etc.). If given, `arcname' specifies an alternative name for the file in the archive. Directories are added recursively by default. This can be avoided by s

(self, name, arcname=None, recursive=True, exclude=None, filter=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

writeMethod · 0.45

Calls 10

_checkMethod · 0.95
_dbgMethod · 0.95
gettarinfoMethod · 0.95
addfileMethod · 0.95
isregMethod · 0.80
filterFunction · 0.70
warnMethod · 0.45
isdirMethod · 0.45
listdirMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected