MCPcopy Index your code
hub / github.com/RustPython/RustPython / intro

Method intro

Lib/pydoc.py:2122–2123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2120 self.output.write('\n')
2121
2122 def intro(self):
2123 self.output.write(_introdoc())
2124
2125 def list(self, items, columns=4, width=80):
2126 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