MCPcopy 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
interactMethod · 0.95

Calls 2

_introdocFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected