MCPcopy Index your code
hub / github.com/RustPython/RustPython / do

Method do

Lib/_pyrepl/commands.py:444–447  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

442
443class invalid_key(Command):
444 def do(self) -> None:
445 pending = self.reader.console.getpending()
446 s = "".join(self.event) + pending.data
447 self.reader.error("`%r' not bound" % s)
448
449
450class invalid_command(Command):

Callers

nothing calls this directly

Calls 3

getpendingMethod · 0.45
joinMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected