mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Show type hints only for the highlighted parameter GitOrigin-RevId: f55d8ecc27dcbca5e6c24c5ca347ea3995e69ca8
3 lines
68 B
Python
3 lines
68 B
Python
def foo(a: int, b: int, c: str = "default"): ...
|
|
|
|
foo(1, 2, <arg1>) |