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

Class CommandPrompt2

source code


Control over continuation prompt.

(See CommandPrompt.)

Instance Methods [hide private]

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

Class Methods [hide private]

Inherited from IPCommandPromptHandler: get_format, set_format

Class Variables [hide private]
  _prompt = 'prompt2'
str(object) -> string
  basic_format = ' .\\D.: '
str(object) -> string
  _format = ' .\\D.: '
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:
'prompt2'

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:
'   .\\D.: '

_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:
'   .\\D.: '