| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
IPCommandPromptHandler --+
|
CommandPrompt
Control over input prompt.
Several predefined formats are provided, and any of these (or any arbitrary string) can be used by calling set_format() with their values.
See the IPython manual for details: http://ipython.scipy.org/doc/manual/html/config/index.html
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
_prompt = str(object) -> string |
|||
basic_format = str(object) -> string |
|||
simtime_format = str(object) -> string |
|||
simtimecmd_format = str(object) -> string |
|||
_format = str(object) -> string |
|||
|
|||
|
Inherited from |
|||
|
|||
_promptstr(object) -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
|
basic_formatstr(object) -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
|
simtime_formatstr(object) -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
|
simtimecmd_formatstr(object) -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
|
_formatstr(object) -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:32 2008 | http://epydoc.sourceforge.net |