Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ showsymbol
Method
showsymbol
Lib/pydoc.py:2223–2226 ·
view source on GitHub ↗
(self, symbol)
Source
from the content-addressed store, hash-verified
2221
return
doc, xrefs
2222
2223
def
showsymbol(self, symbol):
2224
target = self.symbols[symbol]
2225
topic, _, xrefs = target.partition(
' '
)
2226
self.showtopic(topic, xrefs)
2227
2228
def
listmodules(self, key=
''
):
2229
if
key:
Callers
1
help
Method · 0.95
Calls
2
showtopic
Method · 0.95
partition
Method · 0.45
Tested by
no test coverage detected