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

Method find_modules

Lib/distutils/command/build_py.py:232–282  ·  view source on GitHub ↗

Finds individually-specified Python modules, ie. those listed by module name in 'self.py_modules'. Returns a list of tuples (package, module_base, filename): 'package' is a tuple of the path through package-space to the module; 'module_base' is the bare (no packages,

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

find_all_modulesMethod · 0.95
build_modulesMethod · 0.95

Calls 6

get_package_dirMethod · 0.95
check_packageMethod · 0.95
check_moduleMethod · 0.95
splitMethod · 0.80
joinMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected