Package EasyExtend :: Package langlets :: Package p4d :: Module bytelet :: Class FlowLen
[hide private]
[frames] | no frames]

Class FlowLen

object --+    
         |    
      Flow --+
             |
            FlowLen
Known Subclasses:

Instance Methods [hide private]
 
__len__(self)
 
update(self)
 
compute_value(self, n)
 
_compute_rest(self)
 
_compute_field_len(self)
 
__str__(self)
str(x)

Inherited from Flow: __add__, __copy__, __div__, __getitem__, __init__, __mul__, __radd__, __rdiv__, __rmul__, __rsub__, __sub__, compute, flow_value, set_flow_value, set_node

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

update(self)

 
Overrides: Flow.update

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)