MCPcopy 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
462class invalid_command(Command):
463 def do(self) -> None:
464 s = self.event_name
465 self.reader.error("command `%s' not known" % s)
466
467
468class show_history(Command):

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected