Coverage for src/hdmf/build/map.py: 0%

4 statements  

« prev     ^ index     » next       coverage.py v7.2.5, created at 2023-08-18 20:49 +0000

1# this prevents breaking of code that imports these classes directly from map.py 

2from .manager import Proxy, BuildManager, TypeSource, TypeMap # noqa: F401 

3from .objectmapper import ObjectMapper # noqa: F401 

4 

5import warnings 

6warnings.warn('Classes in map.py should be imported from hdmf.build. Importing from hdmf.build.map will be removed ' 

7 'in HDMF 3.0.', DeprecationWarning)