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

Class EERecordedReplayConsole



     object --+            
              |            
    ConsoleBase --+        
                  |        
     object --+   |        
              |   |        
eecommon.EEShow --+        
                  |        
          EEConsole --+    
                      |    
      EERecordedConsole --+
                          |
     object --+           |
              |           |
    ConsoleBase --+       |
                  |       |
     object --+   |       |
              |   |       |
eecommon.EEShow --+       |
                  |       |
          EEConsole --+   |
                      |   |
        EEReplayConsole --+
                          |
                         EERecordedReplayConsole

Nested Classes [hide private]
  ReplayedRecordedUser

Inherited from EERecordedConsole: RecordedUser, dual_io

Inherited from EEReplayConsole: LastOutput, ReplayedUser, recorded_out

Instance Methods [hide private]
 
__init__(self, fiber, name, *args, **kwd)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from EERecordedConsole: acquire_session_report, at_exit, at_start

Inherited from EERecordedConsole (private): _clear_dual_IO, _set_dual_IO

Inherited from EEReplayConsole: find_recorded_session, prepare_prefix, session_protocol, split_prefix

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: EERecordedConsole.__init__