forked from VimPlug/jedi
Infer doctests and signatures uniformly, fixes #1466
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
from . import module
|
||||
|
||||
func_with_stub = module.func_with_stub
|
||||
|
||||
both: int
|
||||
stub_only: str
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
in_sub_module: int
|
||||
|
||||
|
||||
def func_with_stub(b: int) -> float:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user