Package qubx_mac :: Module rates :: Class ModelGroup
[hide private]
[frames] | no frames]

Class ModelGroup

source code

object --+
         |
        ModelGroup

Instance Methods [hide private]
 
__init__(self, group=0)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_group(self, x) source code
 
__subscribe(self, model, adding=True) source code
 
__onChangeModel(self, *args) source code
 
__onSetRate(self, r, field, val, prev, undoing) source code
 
__onSetTable(self, index, field_name, val, prev, undoing) source code
 
__onAfterInsertTable(self, index, undoing) source code
 
__onRemovingTable(self, index, undoing) source code

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

Properties [hide private]
  group

Inherited from object: __class__

Method Details [hide private]

__init__(self, group=0)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

group

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)