mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
5 lines
192 B
Python
5 lines
192 B
Python
def foo_decl(long_param1: Dict[str, Any], long_param2: List[str],
|
|
long_param3: List[float], long_kwarg1: str = "with value",
|
|
long_kwarg2: int = 42) -> bool:
|
|
pass
|