| Trees | Indices | Help |
|
|---|
|
|
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.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:37 2010 | http://epydoc.sourceforge.net |