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

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcmd.py50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd: class in inherits:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcmd.py50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd: class in inherits:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcmd.py50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd: class in inherits:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcmd.py50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd: class in inherits:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.

Completed in 119 milliseconds