mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
7 lines
103 B
Python
7 lines
103 B
Python
in_with_stub_both: str
|
|
in_with_stub_stub: float
|
|
|
|
|
|
def stub_function(x: int, y: float) -> str:
|
|
pass
|