MCPcopy 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
9def add_pypath(path):
10 if path not in sys.path:
11 sys.path.insert(0, path)

Callers 1

get_config_fromfileMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected