Package topo :: Package misc :: Module commandline :: Class OutputPrompt
[hide private]
[frames] | no frames]

Class OutputPrompt

source code

            object --+    
                     |    
IPCommandPromptHandler --+
                         |
                        OutputPrompt

Control over output prompt.

(See CommandPrompt.)

Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]

Inherited from IPCommandPromptHandler: get_format, set_format

Class Variables [hide private]
  _prompt = 'prompt_out'
str(object) -> string
  basic_format = 'Out[\\#]:'
str(object) -> string
  _format = 'Out[\\#]:'
str(object) -> string
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_prompt

str(object) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

Value:
'prompt_out'

basic_format

str(object) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

Value:
'Out[\\#]:'

_format

str(object) -> string

Return a nice string representation of the object. If the argument is a string, the return value is the same object.

Value:
'Out[\\#]:'