Package PyDSTool :: Module common :: Class or_op
[hide private]
[frames] | no frames]

Class or_op

source code

  object --+    
           |    
predicate_op --+
               |
              or_op

Instance Methods [hide private]
 
evaluate(self, obj) source code

Inherited from predicate_op: __call__, __init__, precondition

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

Class Variables [hide private]
  name = 'OR'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

evaluate(self, obj)

source code 
Overrides: predicate_op.evaluate