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

Method postloop

Lib/cmd.py:176–181  ·  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

174 pass
175
176 def postloop(self):
177 """Hook method executed once when the cmdloop() method is about to
178 return.
179
180 """
181 pass
182
183 def parseline(self, line):
184 """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