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

Method find_all_modules

Lib/distutils/command/build_py.py:284–298  ·  view source on GitHub ↗

Compute the list of all modules that will be built, whether they are specified one-module-at-a-time ('self.py_modules') or by whole packages ('self.packages'). Return a list of tuples (package, module, module_file), just like 'find_modules()' and 'find_package_module

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

get_source_filesMethod · 0.95
get_outputsMethod · 0.95

Calls 4

find_modulesMethod · 0.95
get_package_dirMethod · 0.95
find_package_modulesMethod · 0.95
extendMethod · 0.45

Tested by

no test coverage detected