votem8.data#

Functions for retrieving package data files.

Package Contents#

Functions#

filepath

Get the absolute path to a package data file.

Data#

API#

votem8.data.__all__[source]#

[‘filepath’]

votem8.data.filepath(relative_path: str) pathlib.Path[source]#

Get the absolute path to a package data file.

Parameters

relative_path Path to the file relative to the package’s data directory.