Package conary :: Package build :: Module trovefilter :: Class OrFilter
[hide private]
[frames] | no frames]

Class OrFilter

source code

    object --+    
             |    
AbstractFilter --+
                 |
                OrFilter

Instance Methods [hide private]
 
__init__(self, *filters)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
match(self, *args, **kwargs) source code

Inherited from AbstractFilter: __add__, __and__, __hash__, __invert__, __mul__, __neg__, __or__, __sub__, compile

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *filters)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

match(self, *args, **kwargs)

source code 
Overrides: AbstractFilter.match