Python 中的 Docstring 是什么?
docstring 是一个唯一的文本,恰好是以下 Python 结构中的第一个语句:
模块,函数,类或方法定义。
docstring 被添加到字符串对象的__doc__属性中。
__doc__