Coverage for python/lsst/pex/config/version.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2022-12-01 19:59 +0000

1# -------- This file is automatically generated by LSST's sconsUtils -------- # 

2__version__ = "g87000a63fb+c77d247713" 

3__repo_version__ = "g87000a63fb" 

4__fingerprint__ = "0x0" 

5__dependency_versions__ = { 

6 "python": "unknown", 

7 "pybind11": "unknown", 

8} 

9__all__ = ( 

10 "__version__", 

11 "__repo_version__", 

12 "__fingerprint__", 

13 "__dependency_versions__", 

14)