Coverage for python/lsst/daf/base/version.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.14.1, created at 2026-05-30 08:33 +0000

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

2__version__: str = "g8ea07a8fe4+9581832265" 

3__repo_version__: str = "g8ea07a8fe4" 

4__fingerprint__: str = "0x0" 

5__rebuild_version__: int = 9581832265 

6__dependency_versions__: dict[str, str | None] = { 

7 "boost": "unknown", 

8 "python": "unknown", 

9 "base": "g53246c7159+8911f0c7c0", 

10 "pex_exceptions": "g786e29fd12+d9c7cde3df", 

11 "numpy": "None", 

12 "cpputils": "g87389fa792+5b6592a596", 

13 "boost_test": "unknown", 

14 "pybind11": "unknown", 

15} 

16__all__ = ( 

17 "__dependency_versions__", 

18 "__fingerprint__", 

19 "__rebuild_version__", 

20 "__repo_version__", 

21 "__version__", 

22)