Home | Trees | Indices | Help |
|
---|
|
Prioritized tasks queue
Classes | |
PrioritizedTasksQueue | |
Task |
Variables | |
LOW = 0
|
|
MEDIUM = 10
|
|
HIGH = 100
|
|
PRIORITY = {'LOW': LOW, 'MEDIUM': MEDIUM, 'HIGH': HIGH,}
|
|
REVERSE_PRIORITY = dict((values, key) for key, values in PRIOR
|
Variables Details |
REVERSE_PRIORITY
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 1 11:54:32 2016 | http://epydoc.sourceforge.net |