forked from VimPlug/jedi
10 lines
130 B
Python
10 lines
130 B
Python
in_with_stub_both = 5
|
|
in_with_stub_python = 8
|
|
|
|
|
|
def stub_function(x: float, y):
|
|
"""
|
|
Python docstring
|
|
"""
|
|
return 1
|