MCPcopy 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
450class invalid_command(Command):
451 def do(self) -> None:
452 s = self.event_name
453 self.reader.error("command `%s' not known" % s)
454
455
456class show_history(Command):

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected