Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
from
collections
import
namedtuple
4
from
functools
import
singledispatch
as
simplegeneric
Callers
nothing calls this directly
Calls
2
namedtuple
Function · 0.90
register
Method · 0.45
Tested by
no test coverage detected