mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 21:44:18 +07:00
close #1490 GitOrigin-RevId: df01bff589eb0872e5132300fb78e8a86d21e45c
3 lines
166 B
Python
3 lines
166 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
|