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

Class BuildSourceEnum

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 = {'distgit': 7, 'git_and_tito': 3, 'mock_scm': 4, 'pypi'...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

vals

Value:
{'distgit': 7,
 'git_and_tito': 3,
 'mock_scm': 4,
 'pypi': 5,
 'rubygems': 6,
 'srpm_link': 1,
 'srpm_upload': 2,
 'unset': 0}