Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ do
Method
do
Lib/_pyrepl/commands.py:448–452 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
446
447
class
help(Command):
448
def
do(self) -> None:
449
import
_sitebuiltins
450
451
with
self.reader.suspend():
452
self.reader.msg = _sitebuiltins._Helper()()
# type: ignore[assignment]
453
454
455
class
invalid_key(Command):
Callers
nothing calls this directly
Calls
1
suspend
Method · 0.45
Tested by
no test coverage detected