1
0
forked from VimPlug/jedi

Make sure inferring works even if a stub doesn't have all variables defined

This commit is contained in:
Dave Halter
2019-05-17 14:45:22 +02:00
parent 063eef3eaf
commit 9d5f57d798
3 changed files with 17 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ from stub_folder import with_stub, stub_only, with_stub_folder, stub_only_folder
stub_only.in_stub_only
#? str()
with_stub.in_with_stub_both
#?
#? int()
with_stub.in_with_stub_python
#? float()
with_stub.in_with_stub_stub
@@ -22,7 +22,7 @@ with_stub.in_with_stub_stub
stub_only_folder.in_stub_only_folder
#? str()
with_stub_folder.in_with_stub_both_folder
#?
#? int()
with_stub_folder.in_with_stub_python_folder
#? float()
with_stub_folder.in_with_stub_stub_folder
@@ -38,7 +38,7 @@ from stub_folder.with_stub_folder import nested_stub_only, nested_with_stub, \
nested_stub_only.in_stub_only
#? float()
nested_with_stub.in_both
#?
#? str()
nested_with_stub.in_python
#? int()
nested_with_stub.in_stub
@@ -56,7 +56,7 @@ from stub_folder.stub_only_folder import nested_stub_only, nested_with_stub, \
nested_stub_only.in_stub_only
#? float()
nested_with_stub.in_both
#?
#? str()
nested_with_stub.in_python
#? int()
nested_with_stub.in_stub