mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
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
|