<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Serhiy,<br><br></div>I like the idea, but in typeshed we have an agreement to always show a default value by an ellipsis.<br></div>For example, definition like this:<br><br></div>def fun(x, y, z=0):<br></div>    return x + y + z<br><br></div>can be represented like this</div><div><br></div><div>fun(x, y, z=...)<br></div><br></div>or if one has annotations in the definition, then<br><br></div>fun(x: int, y: int, z: int = ...) -> int<br><br></div>So if you would make this change, I would prefer the existing "style".<br><br>--<br></div>Ivan<br><br><div><div><div><br></div></div></div></div>