Files
jedi-fork/test/examples/typing_overload/file.py
T

3 lines
47 B
Python

def with_overload(x, y: int) -> list:
pass