MCPcopy Index your code
hub / github.com/python/cpython / pkgutil.py

File pkgutil.py

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

Source from the content-addressed store, hash-verified

1"""Utilities to support packages."""
2
3from collections import namedtuple
4from functools import singledispatch as simplegeneric

Callers

nothing calls this directly

Calls 2

namedtupleFunction · 0.90
registerMethod · 0.45

Tested by

no test coverage detected