1
0
forked from VimPlug/jedi

Make sure that include_signature always works, fixes #1466

This commit is contained in:
Dave Halter
2020-01-01 15:13:53 +01:00
parent 8e2bfdc07e
commit 8770e12d16
4 changed files with 44 additions and 15 deletions

View File

@@ -1,2 +1,9 @@
in_with_stub_both = 5
in_with_stub_python = 8
def stub_function(x: float, y):
"""
Python docstring
"""
return 1