Package londiste :: Module playback :: Class TableState
[frames] | no frames]

Class TableState

source code

object --+
         |
        TableState

Keeps state about one table.

Instance Methods
 
__init__(self, name, log)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
forget(self) source code
 
change_snapshot(self, str_snapshot, tag_changed=1) source code
 
change_state(self, state, tick_id=None) source code
 
render_state(self)
Make a string to be stored in db.
source code
 
parse_state(self, merge_state)
Read state from string.
source code
 
loaded_state(self, merge_state, str_snapshot) source code
 
interesting(self, ev, tick_id, copy_thread)
Check if table wants this event.
source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self, name, log)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)