Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
I personal prefer the sphnix style as it is concise and work well with type annotation.
Improperly escaped
\nin docstring causesdarglintfail to parse the docstring.

References¶
What is the standard Python docstring format? [closed]