mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Proper loading for third-party stub packages
This commit is contained in:
1
test/examples/stub_packages/no_python-stubs/__init__.pyi
Normal file
1
test/examples/stub_packages/no_python-stubs/__init__.pyi
Normal file
@@ -0,0 +1 @@
|
||||
foo: int
|
||||
@@ -0,0 +1,2 @@
|
||||
both: int
|
||||
stub_only: str
|
||||
1
test/examples/stub_packages/with_python-stubs/module.pyi
Normal file
1
test/examples/stub_packages/with_python-stubs/module.pyi
Normal file
@@ -0,0 +1 @@
|
||||
in_sub_module: int
|
||||
2
test/examples/stub_packages/with_python/__init__.py
Normal file
2
test/examples/stub_packages/with_python/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
python_only = 1
|
||||
both = ''
|
||||
1
test/examples/stub_packages/with_python/module.py
Normal file
1
test/examples/stub_packages/with_python/module.py
Normal file
@@ -0,0 +1 @@
|
||||
in_sub_module = ''
|
||||
Reference in New Issue
Block a user