mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 18:17:07 +08:00
Make sure Python is still loadable in mixed stub/python folders
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
in_python = ''
|
||||||
@@ -25,13 +25,16 @@ with_stub_folder.in_with_stub_stub_folder
|
|||||||
|
|
||||||
# Folders nested
|
# Folders nested
|
||||||
|
|
||||||
from stub_folder.with_stub_folder import nested_stub_only, nested_with_stub
|
from stub_folder.with_stub_folder import nested_stub_only, nested_with_stub, \
|
||||||
|
python_only
|
||||||
|
|
||||||
#? int()
|
#? int()
|
||||||
nested_stub_only.in_stub_only
|
nested_stub_only.in_stub_only
|
||||||
#? float()
|
#? float()
|
||||||
nested_with_stub.in_both
|
nested_with_stub.in_both
|
||||||
#?
|
#?
|
||||||
with_stub_folder.in_python
|
nested_with_stub.in_python
|
||||||
#? int()
|
#? int()
|
||||||
nested_with_stub.in_stub
|
nested_with_stub.in_stub
|
||||||
|
#? str()
|
||||||
|
python_only.in_python
|
||||||
|
|||||||
Reference in New Issue
Block a user