Package elisa :: Package extern :: Package coherence :: Module covers_by_amazon :: Class WorkQueue
[hide private]
[frames] | no frames]

Class WorkQueue

source code


Instance Methods [hide private]
 
__init__(self, method, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
queue_run(self) source code
 
remove_from_workers(self, result, d) source code

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

Static Methods [hide private]
 
__new__(cls, *args, **kwargs)
Returns: a new object with type S, a subtype of T
source code
Class Variables [hide private]
  _instance_ = 'frontend'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, *args, **kwargs)
Static Method

source code 
Returns:
a new object with type S, a subtype of T

Overrides: object.__new__
(inherited documentation)

__init__(self, method, *args, **kwargs)
(Constructor)

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