This module demonstrates documentation as specified by the `Google Python Style Guide`_. Docstrings may extend over multiple lines. Sections are created with a section header and a colon followed by a ...
Docstringを書く最大の即効性は、開発環境(IDE)の支援機能が強化されることです。 VS CodeやPyCharmなどのモダンなエディタでは、関数名にマウスを重ねる(ホバーする)だけで、その関数の役割や引数の説明がポップアップ表示されます。