Files
jedi/test/completion/stub_folder/with_stub.py

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