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

Method after_command

Lib/_pyrepl/completing_reader.py:279–282  ·  view source on GitHub ↗
(self, cmd: Command)

Source from the content-addressed store, hash-verified

277 (r'\t', 'complete'),)
278
279 def after_command(self, cmd: Command) -> None:
280 super().after_command(cmd)
281 if not isinstance(cmd, (complete, self_insert)):
282 self.cmpltn_reset()
283
284 def calc_screen(self) -> list[str]:
285 screen = super().calc_screen()

Callers

nothing calls this directly

Calls 2

cmpltn_resetMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected