Package prompt :: Module base_class :: Class Exec_info
[hide private]
[frames] | no frames]

Class Exec_info

source code

Container for execution information.

Instance Methods [hide private]
 
__init__(self)
Initialise the data of this container.
source code
 
prompt_colour_off(self)
Turn the prompt colouring ANSI escape sequences off.
source code
 
prompt_colour_on(self)
Turn the prompt colouring ANSI escape sequences off.
source code
Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialise the data of this container.

This includes the introduction flag as well as the strings to change the Python prompts.