Package Pyblio :: Module Query :: Class _Pairs
[hide private]
[frames] | no frames]

Class _Pairs

source code

 object --+    
          |    
_Constraint --+
              |
             _Pairs
Known Subclasses:
_ANDed, _ORed

Instance Methods [hide private]
 
apply(self, fn, *args, **kargs) source code
 
__len__(self) source code

Inherited from _Constraint: __and__, __invert__, __or__

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

apply(self, fn, *args, **kargs)

source code 
Overrides: _Constraint.apply

__len__(self)
(Length operator)

source code 
Overrides: _Constraint.__len__