MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / data_file

Function data_file

uncommon_route/paths.py:14–15  ·  view source on GitHub ↗
(*parts: str)

Source from the content-addressed store, hash-verified

12
13
14def data_file(*parts: str) -> Path:
15 return data_dir().joinpath(*parts)

Callers 1

_get_online_model_pathFunction · 0.90

Calls 1

data_dirFunction · 0.85

Tested by

no test coverage detected