Package bosco :: Module editor :: Class TeamEditor
[hide private]
[frames] | no frames]

Class TeamEditor

source code

      object --+    
               |    
      Observable --+
                   |
      object --+   |
               |   |
RunListFormatter --+
                   |
                  TeamEditor

Instance Methods [hide private]
 
__init__(self, store, event)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_teamlist(self) source code
 
_get_validation(self) source code
 
validation(self) source code
 
_get_score(self) source code
 
score(self) source code
 
_get_runs(self) source code
 
runs(self) source code
 
load(self, team) source code

Inherited from Observable: add_observer, remove_observer

Inherited from Observable (private): _notify_observers

Inherited from RunListFormatter: format_run

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, store, event)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • store - Storm store of the runs
  • event - object of class (or subclass of) Event. This is used for run and team validation
Overrides: object.__init__