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

Method writepy

Lib/zipfile.py:1356–1419  ·  view source on GitHub ↗

Add all files from "pathname" to the ZIP archive. If pathname is a package directory, search the directory and all package subdirectories recursively for all *.py and enter the modules into the archive. If pathname is a plain directory, listdir *.py and enter all mo

(self, pathname, basename = "")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

_get_codenameMethod · 0.95
splitMethod · 0.80
isdirMethod · 0.45
joinMethod · 0.45
isfileMethod · 0.45
writeMethod · 0.45
listdirMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected