mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
goto_assignments should work even if something is only defined in a stub
This commit is contained in:
@@ -13,6 +13,14 @@ with_stub.in_with_stub_python
|
||||
#? float()
|
||||
with_stub.in_with_stub_stub
|
||||
|
||||
#! ['in_stub_only: int']
|
||||
stub_only.in_stub_only
|
||||
#! ['in_with_stub_both = 5']
|
||||
with_stub.in_with_stub_both
|
||||
#! ['in_with_stub_python = 8']
|
||||
with_stub.in_with_stub_python
|
||||
#! ['in_with_stub_stub: float']
|
||||
with_stub.in_with_stub_stub
|
||||
|
||||
# -------------------------
|
||||
# Folders
|
||||
|
||||
Reference in New Issue
Block a user