lsst.pex.exceptions  13.0-1-g52a7baa+4
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Variables
lsst.pex.exceptions.version Namespace Reference

Variables

string __version__ = '13.0-1-g52a7baa+4'
 
string __repo_version__ = '13.0-1-g52a7baa'
 
string __fingerprint__ = '0x0'
 
int __rebuild_version__ = 4
 
dictionary __dependency_versions__
 
tuple __all__
 

Variable Documentation

tuple lsst.pex.exceptions.version.__all__
Initial value:
1 = (
2  '__version__',
3  '__repo_version__',
4  '__fingerprint__',
5  '__rebuild_version__',
6  '__dependency_versions__',
7 )

Definition at line 13 of file version.py.

dictionary lsst.pex.exceptions.version.__dependency_versions__
Initial value:
1 = {
2  'boost': '1.60.lsst1+1',
3  'base': '13.0-4-g0bde1de+1',
4  'boost_test': '1.60.lsst1+1',
5  'python': 'unknown',
6  'pybind11': 'master-g715ff27535',
7 }

Definition at line 6 of file version.py.

string lsst.pex.exceptions.version.__fingerprint__ = '0x0'

Definition at line 4 of file version.py.

int lsst.pex.exceptions.version.__rebuild_version__ = 4

Definition at line 5 of file version.py.

string lsst.pex.exceptions.version.__repo_version__ = '13.0-1-g52a7baa'

Definition at line 3 of file version.py.

string lsst.pex.exceptions.version.__version__ = '13.0-1-g52a7baa+4'

Definition at line 2 of file version.py.