Package trac :: Package ticket :: Module model :: Class Priority

Class Priority

source code

  object --+    
           |    
AbstractEnum --+
               |
              Priority

hash(x)
Instance Methods

Inherited from AbstractEnum: __init__, __repr__, delete, insert, update

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

Class Methods

Inherited from AbstractEnum: select

Class Variables
  type = 'priority'
hash(x)

Inherited from AbstractEnum: ticket_col

Properties

Inherited from AbstractEnum: exists

Inherited from object: __class__