代表的な記法を全部並べて書き換え例の備忘録です 以下の関数を、それぞれの記法に書き換えて比較します。 def make_daifuku ...
お疲れ様です。さて、function(関数)についても今日で最後になるかな? で、今日学習するのはDocstringについて。これプログラムじゃないんだけど、結構大事だったりするんだよね Docstringは関数内に、その関数がどのような処理を行うのかの説明のこと。
Docstrings for methods will contain a list of parameters and their type hints, list of raised exceptions and whether the method yields or raises. Class docstring will have a list of atributes. It uses ...
HTML comments like <!-- md --> in Python docstring are not removed when rendering by streamlit. This is different than what I was expecting. We need investigate how Python docstring is rendered by ...