Package cells :: Module cell :: Class UntilAskedLazyCell
[hide private]
[frames] | no frames]

Class UntilAskedLazyCell
source code

object --+            
         |            
      Cell --+        
             |        
      RuleCell --+    
                 |    
          LazyCell --+
                     |
                    UntilAskedLazyCell

A LazyCell who converts to a normal RuleCell after its first post-init get()

Instance Methods [hide private]
  getvalue(self, init=False, *args, **kwargs)
Returns this cell's up-to-date value.

Inherited from LazyCell: __init__

Inherited from RuleCell: set

Inherited from Cell: add_called_by, add_calls, called_by_list, calls_list, changed, propogate, propogation_list, remove_called_bys, remove_cb, reset_calls, run, updatecell

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


Class Variables [hide private]

Inherited from object: __class__


Instance Variables [hide private]

Inherited from Cell: called_by, calls, synapse_space


Method Details [hide private]

getvalue(self, init=False, *args, **kwargs)

source code 
Returns this cell's up-to-date value.
Returns:
value

Overrides: Cell.getvalue
(inherited documentation)