Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ intro
Method
intro
Lib/pydoc.py:2075–2076 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2073
self.output.write(
'\n'
)
2074
2075
def
intro(self):
2076
self.output.write(_introdoc())
2077
2078
def
list(self, items, columns=4, width=80):
2079
items = sorted(items)
Callers
2
__call__
Method · 0.95
interact
Method · 0.95
Calls
2
_introdoc
Function · 0.85
write
Method · 0.45
Tested by
no test coverage detected