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

Method preloop

Lib/cmd.py:172–174  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

170 return stop
171
172 def preloop(self):
173 """Hook method executed once when the cmdloop() method is called."""
174 pass
175
176 def postloop(self):
177 """Hook method executed once when the cmdloop() method is about to

Callers 2

cmdloopMethod · 0.95
cmdloopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected