Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ add_pypath
Function
add_pypath
util/dir.py:9–11 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
7
8
9
def
add_pypath(path):
10
if
path not in sys.path:
11
sys.path.insert(0, path)
Callers
1
get_config_fromfile
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected