Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
def
get_path(*filepath) -> str:
17
return
os.path.join(ROOT_DIR, *filepath)
18
19
def
read_readme() -> str:
20
""
"Read the README file if present."
""
Callers
2
read_readme
Function · 0.85
_read_requirements
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected