mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
forgot to check in invisible_pkg
This commit is contained in:
7
test/completion/import_tree/invisible_pkg.py
Normal file
7
test/completion/import_tree/invisible_pkg.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
"""
|
||||||
|
It should not be possible to import this pkg except for the import_tree itself,
|
||||||
|
because it is overwritten there. (It would be possible with a sys.path
|
||||||
|
modification, though).
|
||||||
|
"""
|
||||||
|
|
||||||
|
foo = 1.0
|
||||||
Reference in New Issue
Block a user