Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/joblib/externals/cloudpickle/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-12-12 06:31 +0000

1from .cloudpickle import * # noqa 

2from .cloudpickle_fast import CloudPickler, dumps, dump # noqa 

3 

4# Conform to the convention used by python serialization libraries, which 

5# expose their Pickler subclass at top-level under the "Pickler" name. 

6Pickler = CloudPickler 

7 

8__version__ = '2.2.0'