mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 10:07:06 +08:00
Move sample_venvs to examples
This commit is contained in:
6
test/examples/sample_venvs/pth_directory/smth.py
Normal file
6
test/examples/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