Coverage for python/lsst/display/astrowidgets/version.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2023-02-07 10:48 +0000

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

2from typing import Dict, Optional 

3 

4 

5__version__: str = "g5320a0a9f6+8be974c7ba" 

6__repo_version__: str = "g5320a0a9f6" 

7__fingerprint__: str = "0x0" 

8__dependency_versions__: Dict[str, Optional[str]] = { 

9 "boost": "unknown", 

10 "base": "g2d94c5dfbc+62d12e78cb", 

11 "pex_exceptions": "g131b30d954+9d8b7add68", 

12 "python": "unknown", 

13 "pybind11": "unknown", 

14} 

15__all__ = ( 

16 "__version__", 

17 "__repo_version__", 

18 "__fingerprint__", 

19 "__dependency_versions__", 

20)