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

Function walk_packages

Lib/pkgutil.py:71–126  ·  view source on GitHub ↗

Yields (module_loader, name, ispkg) for all modules recursively on path, or, if path is None, all accessible modules. '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. Note th

(path=None, prefix='', onerror=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

iter_modulesFunction · 0.85
getattrFunction · 0.85
seenFunction · 0.85
onerrorFunction · 0.70

Tested by

no test coverage detected