| [ Web Proxy ] |
| Viewing: https://docs.python.org/2.2/lib/module-cmd.html | [Back] [Original] |
The Cmd class provides a simple framework for writing line-oriented command interpreters. These are often useful for test harnesses, administrative tools, and prototypes that will later be wrapped in a more sophisticated interface.
The optional argument is the readline name of a completion
key; it defaults to Tab. If completekey is not None
and readline is available, command completion is done
automatically.
| Web Proxy Viewer | New URL | Original Page |