Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/dask/_version.py: 80%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

5 statements  

1 

2# This file was generated by 'versioneer.py' (0.29) from 

3# revision-control system data, or from the parent directory name of an 

4# unpacked source archive. Distribution tarballs contain a pre-generated copy 

5# of this file. 

6 

7import json 

8 

9version_json = ''' 

10{ 

11 "date": "2025-10-09T10:59:07+0100", 

12 "dirty": false, 

13 "error": null, 

14 "full-revisionid": "c60725b6540b29786b79e4aa244a5a9af8e11e9d", 

15 "version": "2025.9.1+13.gc60725b65" 

16} 

17''' # END VERSION_JSON 

18 

19 

20def get_versions(): 

21 return json.loads(version_json)