Intelegentny_Pszczelarz/.venv/Lib/site-packages/h5py/tests/data_files/__init__.py

8 lines
193 B
Python
Raw Normal View History

2023-06-19 00:49:18 +02:00
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)