Package spade :: Module Behaviour :: Class BehaviourTemplate
[hide private]
[frames] | no frames]

Class BehaviourTemplate

source code


Template operators

Instance Methods [hide private]
 
__init__(self, regex=False) source code
 
match(self, message) source code
 
__and__(self, other)
Implementation of & operator
source code
 
__rand__(self, other)
Implementation of &= operator
source code
 
__or__(self, other)
Implementation of | operator
source code
 
__ror__(self, other)
Implementation of |= operator
source code
 
__xor__(self, other)
Implementation of ^ operator
source code
 
__rxor__(self, other)
Implementation of ^= operator
source code
 
__invert__(self)
Implementation of ~ operator
source code