mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Add another stub usage test
This commit is contained in:
@@ -357,3 +357,6 @@ class DefinitelyNotGlobal:
|
||||
from stub_folder import with_stub
|
||||
#< ('stub:stub_folder.with_stub', 5, 4), ('stub_folder.with_stub', 5, 4), (0, 10)
|
||||
with_stub.stub_function
|
||||
from stub_folder.with_stub_folder.nested_stub_only import in_stub_only
|
||||
#< ('stub:stub_folder.with_stub_folder.nested_stub_only', 1, 0), ('stubs', 64, 17), (-2, 58), (0, 0)
|
||||
in_stub_only
|
||||
|
||||
Reference in New Issue
Block a user