mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
7 lines
121 B
Python
7 lines
121 B
Python
import sys
|
|
sys.path.append('/foo/smth.py:module')
|
|
|
|
|
|
def extend_path_foo():
|
|
sys.path.append('/foo/smth.py:from_func')
|