reno.utils.resource_path#
- reno.utils.resource_path(filename)#
Get the path to the package “data resource” with matching filename. This is intended to get supporting js/vue files etc.
- Parameters:
filename (str) – the name of the resource file to get the full path of.
- Returns:
The full package resource file path for specified filename.
- Return type:
str