Coverage for src/hdmf/build/map.py: 0%
4 statements
« prev ^ index » next coverage.py v7.3.2, created at 2023-10-04 02:57 +0000
« prev ^ index » next coverage.py v7.3.2, created at 2023-10-04 02:57 +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
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)