mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-01 17:36:50 +08:00
test_evaluate -> test_inference
This commit is contained in:
6
test/test_inference/sample_venvs/pth_directory/smth.py
Normal file
6
test/test_inference/sample_venvs/pth_directory/smth.py
Normal file
@@ -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