|
__init__(self,
worker,
name,
partition,
persistent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
_iterate_result(self,
first,
threshold,
callback,
result) |
source code
|
|
|
|
|
_iterator_ready(self,
threshold,
callback,
iterator) |
source code
|
|
|
get_all(self,
threshold,
callback)
This will call callback multiple times with a list of key/val tuples. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|