MCPcopy Index your code
hub / github.com/python/cpython / do

Method do

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

Source from the content-addressed store, hash-verified

454
455class invalid_key(Command):
456 def do(self) -> None:
457 pending = self.reader.console.getpending()
458 s = "".join(self.event) + pending.data
459 self.reader.error("`%r' not bound" % s)
460
461
462class 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