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:463–465 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
461
462
class
invalid_command(Command):
463
def
do(self) -> None:
464
s = self.event_name
465
self.reader.error(
"command `%s' not known"
% s)
466
467
468
class
show_history(Command):
Callers
nothing calls this directly
Calls
1
error
Method · 0.45
Tested by
no test coverage detected