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

Method do

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

Source from the content-addressed store, hash-verified

446
447class help(Command):
448 def do(self) -> None:
449 import _sitebuiltins
450
451 with self.reader.suspend():
452 self.reader.msg = _sitebuiltins._Helper()() # type: ignore[assignment]
453
454
455class invalid_key(Command):

Callers

nothing calls this directly

Calls 1

suspendMethod · 0.45

Tested by

no test coverage detected