|
|
__init__(self,
context)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
__call__(self,
*args,
**kwargs)
Needs to be definition rather than simple reference due to
possibility of monkeypatching the hook. |
source code
|
|
|
|
_getAdvancedQueryDeviceList(self,
offset=0,
count=50,
filter='',
orderby='titleOrId',
orderdir='asc')
Ask the catalog for devices matching the criteria specified. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|