Files
openide/python/testData/formatter/defaultWrappingWithNewLineParensForMethodParameters.py
ruro 196ff9cd20 PY-33060 custom wrapping modes for parameters
close #1490

GitOrigin-RevId: df01bff589eb0872e5132300fb78e8a86d21e45c
2021-02-11 19:41:54 +00:00

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