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

Function iter_modules

Lib/pkgutil.py:129–150  ·  view source on GitHub ↗

Yields (module_loader, name, ispkg) for all submodules on path, or, if path is None, all top-level modules on sys.path. 'path' should be either None or a list of paths to look for modules in. 'prefix' is a string to output on the front of every module name on output.

(path=None, prefix='')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

walk_packagesFunction · 0.85

Calls 2

iter_importersFunction · 0.85
iter_importer_modulesFunction · 0.85

Tested by

no test coverage detected