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

Method postloop

tools/python-3.11.9-amd64/Lib/cmd.py:165–170  ·  view source on GitHub ↗

Hook method executed once when the cmdloop() method is about to return.

(self)

Source from the content-addressed store, hash-verified

163 pass
164
165 def postloop(self):
166 """Hook method executed once when the cmdloop() method is about to
167 return.
168
169 """
170 pass
171
172 def parseline(self, line):
173 """Parse the line into a command name and a string containing

Callers 1

cmdloopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected