Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
h5py / tests / data_files / __init__.py
Size: Mime:
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)