class documentation

class SyncQueue(AbstractQueue):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method push Undocumented
Method push​On Undocumented
Instance Variable config Undocumented
Instance Variable log Undocumented
def __init__(self, config, log):

Undocumented

Parameters
config:AbstractConfigUndocumented
log:AbstractLogUndocumented
def push(self, method, *args, **kwargs):

Undocumented

Returns
boolUndocumented
def pushOn(self, date, method, *args, **kwargs):

Undocumented

Parameters
date:datetimeUndocumented
methodUndocumented
*argsUndocumented
**kwargsUndocumented
Returns
boolUndocumented
config =

Undocumented

log =

Undocumented