Searched defs:cmdloop (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
H A Dcmd.py35 If the value of `self.intro' is nonempty when the cmdloop method is called,
37 via an optional argument to the cmdloop() method.
102 def cmdloop(self, intro=None): member in class:Cmd
166 """Hook method executed once when the cmdloop() method is called."""
170 """Hook method executed once when the cmdloop() method is about to

Completed in 95 milliseconds