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

Method postcmd

Lib/cmd.py:168–170  ·  view source on GitHub ↗

Hook method executed just after a command dispatch is finished.

(self, stop, line)

Source from the content-addressed store, hash-verified

166 return line
167
168 def postcmd(self, stop, line):
169 """Hook method executed just after a command dispatch is finished."""
170 return stop
171
172 def preloop(self):
173 """Hook method executed once when the cmdloop() method is called."""

Callers 2

cmdloopMethod · 0.95
cmdloopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected