mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
commit wasn't clean a few commits ago
This commit is contained in:
3
test/completion/import_tree/rename1.py
Normal file
3
test/completion/import_tree/rename1.py
Normal file
@@ -0,0 +1,3 @@
|
||||
""" used for renaming tests """
|
||||
|
||||
abc = 3
|
||||
5
test/completion/import_tree/rename2.py
Normal file
5
test/completion/import_tree/rename2.py
Normal file
@@ -0,0 +1,5 @@
|
||||
""" used for renaming tests """
|
||||
|
||||
from rename1 import abc
|
||||
|
||||
abc
|
||||
@@ -74,5 +74,5 @@ import abc
|
||||
|
||||
from import_tree import rename1
|
||||
|
||||
#< (78,8) (3,0)
|
||||
##< (78,8) (3,0)
|
||||
rename1.abc
|
||||
|
||||
Reference in New Issue
Block a user