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

Class ActionTypeEnum

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 = {'createrepo': 3, 'delete': 0, 'fork': 7, 'gen_gpg_key'...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

vals

Value:
{'createrepo': 3,
 'delete': 0,
 'fork': 7,
 'gen_gpg_key': 5,
 'legal-flag': 2,
 'rawhide_to_release': 6,
 'rename': 1,
 'update_comps': 4,
...