Package coprs :: Module helpers :: Class StatusEnum
[hide private]
[frames] | no frames]

Class StatusEnum

source code


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  vals = {'canceled': 2, 'failed': 0, 'forked': 8, 'importing': ...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

vals

Value:
{'canceled': 2,
 'failed': 0,
 'forked': 8,
 'importing': 7,
 'pending': 4,
 'running': 3,
 'skipped': 5,
 'starting': 6,
...