Intelegentny_Pszczelarz/.venv/Lib/site-packages/h5py/tests/data_files/__init__.py
2023-06-19 00:49:18 +02:00

8 lines
193 B
Python

from os.path import dirname, join
def get_data_file_path(basename):
"""
Returns the path to the test data file given by `basename`
"""
return join(dirname(__file__), basename)