forked from VimPlug/jedi
Make it possible to connect to a subprocess to get the sys path
This commit is contained in:
5
jedi/evaluate/compiled/subprocess/functions.py
Normal file
5
jedi/evaluate/compiled/subprocess/functions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import sys
|
||||
|
||||
|
||||
def get_sys_path():
|
||||
return sys.path
|
||||
Reference in New Issue
Block a user