Package EasyExtend :: Module eeconsole :: Class EEReplayConsole
[hide private]
[frames] | no frames]

Class EEReplayConsole



     object --+        
              |        
    ConsoleBase --+    
                  |    
     object --+   |    
              |   |    
eecommon.EEShow --+    
                  |    
          EEConsole --+
                      |
                     EEReplayConsole
Known Subclasses:
EERecordedReplayConsole, EEReplayConsoleTest

Nested Classes [hide private]
  recorded_out
Wraps a standard interface and extend it by a report which is usually a text-log.
  ReplayedUser
  LastOutput
Instance Methods [hide private]
 
__init__(self, fiber, name, *args, **kwd)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
prepare_prefix(self)
 
split_prefix(self, line)
 
at_start(self)
Method used at console start.
 
at_exit(self)
reset default prompt
 
_set_recorded_output(self)
 
_clear_recorded_output(self)
 
session_protocol(self)
 
find_recorded_session(self, fiber, console_name, session)

Inherited from EEConsole: compile_cst, try_parse

Inherited from ConsoleBase: input, interact, reset, runcode, showtraceback, write

Inherited from eecommon.EEShow: maybe_show_cst_after, maybe_show_cst_before, maybe_show_python, maybe_show_token

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, fiber, name, *args, **kwd)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: EEConsole.__init__

at_start(self)

 
Method used at console start. Select right prompt and print header.
Overrides: EEConsole.at_start
(inherited documentation)

at_exit(self)

 
reset default prompt
Overrides: EEConsole.at_exit
(inherited documentation)