forked from VimPlug/jedi
Make sure that include_signature always works, fixes #1466
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
in_with_stub_both = 5
|
||||
in_with_stub_python = 8
|
||||
|
||||
|
||||
def stub_function(x: float, y):
|
||||
"""
|
||||
Python docstring
|
||||
"""
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user