MCPcopy Index your code
hub / github.com/python/cpython / wrapper

Method wrapper

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

walk_packagesFunction · 0.85

Tested by

no test coverage detected