MCPcopy Create free account
hub / github.com/BICLab/SpikingBrain-7B / get_path

Function get_path

setup.py:16–17  ·  view source on GitHub ↗
(*filepath)

Source from the content-addressed store, hash-verified

14 VERSION = "0.0.1"
15
16def get_path(*filepath) -> str:
17 return os.path.join(ROOT_DIR, *filepath)
18
19def read_readme() -> str:
20 """Read the README file if present."""

Callers 2

read_readmeFunction · 0.85
_read_requirementsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected