Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ showsymbol
Method
showsymbol
tools/python-3.11.9-amd64/Lib/pydoc.py:2271–2274 ·
view source on GitHub ↗
(self, symbol)
Source
from the content-addressed store, hash-verified
2269
return
doc, xrefs
2270
2271
def
showsymbol(self, symbol):
2272
target = self.symbols[symbol]
2273
topic, _, xrefs = target.partition(
' '
)
2274
self.showtopic(topic, xrefs)
2275
2276
def
listmodules(self, key=
''
):
2277
if
key:
Callers
1
help
Method · 0.95
Calls
2
showtopic
Method · 0.95
partition
Method · 0.80
Tested by
no test coverage detected