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

Class EEReplayConsoleTest



     object --+            
              |            
    ConsoleBase --+        
                  |        
     object --+   |        
              |   |        
eecommon.EEShow --+        
                  |        
          EEConsole --+    
                      |    
        EEReplayConsole --+
                          |
                         EEReplayConsoleTest

Nested Classes [hide private]
  Assertion

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
 
print_result(self)
 
session_protocol(self)
 
at_exit(self)
reset default prompt

Inherited from EEReplayConsole: at_start, find_recorded_session, prepare_prefix, 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: EEReplayConsole.__init__

session_protocol(self)

 
Overrides: EEReplayConsole.session_protocol

at_exit(self)

 
reset default prompt
Overrides: EEReplayConsole.at_exit