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

Method preloop

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

Hook method executed once when the cmdloop() method is called.

(self)

Source from the content-addressed store, hash-verified

159 return stop
160
161 def preloop(self):
162 """Hook method executed once when the cmdloop() method is called."""
163 pass
164
165 def postloop(self):
166 """Hook method executed once when the cmdloop() method is about to

Callers 1

cmdloopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected