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

Class PermissionEnum

source code


Instance Methods [hide private]

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

Class Methods [hide private]
 
choices_list(cls, without=-1) source code
Class Variables [hide private]
  vals = {'approved': 2, 'nothing': 0, 'request': 1}
Properties [hide private]

Inherited from object: __class__