Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ do
Method
do
Lib/_pyrepl/commands.py:451–453 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
449
450
class
invalid_command(Command):
451
def
do(self) -> None:
452
s = self.event_name
453
self.reader.error(
"command `%s' not known"
% s)
454
455
456
class
show_history(Command):
Callers
nothing calls this directly
Calls
1
error
Method · 0.45
Tested by
no test coverage detected