MCPcopy Index your code
hub / github.com/RustPython/RustPython / wrapper

Method wrapper

Lib/test/test_pydoc/test_pydoc.py:395–396  ·  view source on GitHub ↗
(path=None, prefix='', onerror=None)

Source from the content-addressed store, hash-verified

393 """
394 default_path = path or [os.path.dirname(__file__)]
395 def wrapper(path=None, prefix='', onerror=None):
396 return walk_packages(path or default_path, prefix, onerror)
397 return wrapper
398
399 @contextlib.contextmanager

Callers

nothing calls this directly

Calls 1

walk_packagesFunction · 0.85

Tested by

no test coverage detected