MCPcopy Index your code
hub / github.com/python/cpython / showsymbol

Method showsymbol

Lib/pydoc.py:2175–2178  ·  view source on GitHub ↗
(self, symbol)

Source from the content-addressed store, hash-verified

2173 return doc, xrefs
2174
2175 def showsymbol(self, symbol):
2176 target = self.symbols[symbol]
2177 topic, _, xrefs = target.partition(' ')
2178 self.showtopic(topic, xrefs)
2179
2180 def listmodules(self, key=''):
2181 if key:

Callers 1

helpMethod · 0.95

Calls 2

showtopicMethod · 0.95
partitionMethod · 0.45

Tested by

no test coverage detected