MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / postcmd

Method postcmd

tools/python-3.11.9-amd64/Lib/cmd.py:157–159  ·  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

155 return line
156
157 def postcmd(self, stop, line):
158 """Hook method executed just after a command dispatch is finished."""
159 return stop
160
161 def preloop(self):
162 """Hook method executed once when the cmdloop() method is called."""

Callers 1

cmdloopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected