Package mrv :: Package maya :: Package nt :: Module base :: Class SetFilter
[hide private]
[frames] | no frames]

Class SetFilter

source code

object --+    
         |    
     tuple --+
             |
            SetFilter

Utility Class returning True or False on call, latter one if the passed object does not match the filter
Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, apitype, exactTypeFlag, deformerSet) source code
 
__call__(self, apiobj)
Returns: True if given api object matches our specifications
source code

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __repr__, __rmul__, __sizeof__, count, index

Inherited from object: __delattr__, __format__, __init__, __reduce__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, apitype, exactTypeFlag, deformerSet)

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)

__call__(self, apiobj)
(Call operator)

source code 
Returns:
True if given api object matches our specifications