mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
Infer doctests and signatures uniformly, fixes #1466
This commit is contained in:
@@ -1 +1,9 @@
|
||||
def func_without_stub(a):
|
||||
'nostubdoc'
|
||||
|
||||
|
||||
def func_with_stub(c):
|
||||
'withstubdoc'
|
||||
|
||||
|
||||
in_sub_module = ''
|
||||
|
||||
Reference in New Issue
Block a user