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

Method _get_codename

Lib/zipfile.py:1421–1449  ·  view source on GitHub ↗

Return (filename, archivename) for the path. Given a module name path, return the correct file path and archive name, compiling if necessary. For example, given /python/lib/string, return (/python/lib/string.pyc, string).

(self, pathname, basename)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

writepyMethod · 0.95

Calls 4

splitMethod · 0.80
isfileMethod · 0.45
statMethod · 0.45
compileMethod · 0.45

Tested by

no test coverage detected