mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-24 17:28:36 +08:00
Test if virtualenvs and pth files work
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import sys
|
||||
sys.path.append('/foo/smth.py:module')
|
||||
|
||||
|
||||
def extend_path_foo():
|
||||
sys.path.append('/foo/smth.py:from_func')
|
||||
Reference in New Issue
Block a user