docstring

用三引号括起来。
常用释义
n. 文档字符串:在编程语言(如Python)中,用于描述函数、类或模块功能的字符串。通常位于定义的开头,用三引号括起来。

扩展信息

文档字符串
函数的文档字符串(docstring)也是字符串。当前的文档字符串占用了多行,所以它使用了相邻的3个引号来标记字符串的起始和 …
文档字串
函数可以有一个文本字符串,紧随函数的定义的后面,这一行(或几行)称为“文档字串docstring)”。 这些字符串对使用在 …
文档字元串
...明」,它可以指示编译器优化设置或参数的数据类型等。还可以在函数定义中包括「文档字元串」(docstring),Lisp 系统 …
文件字串
好的文件字串(即 docstring)撰写惯例载於 PEP 257 [3]。 所有 public 的 module、function、class、method 都该写文件字串。
帮助文本
“易语言.飞扬”白皮书 ... 友好名称 FriendlyName 帮助文本 DocString 启动类 MainClass ...

例句

无论如何,我仍然不能对函数文档字符串风格的解析器具有太多热情。

First, much of the work done by a concrete class is specified in the docstrings of methods.

首先,具体类所完成的大部分工作都在方法的文档字符串(docstring)中指定。

函数执行文档字符串测试的转换。

The main element of good Python documentation is the use of so-called "docstrings. "

Python文档之所以“优秀”的主要因素是使用所谓的“docstring”。

每个这样的方法的文档字符串都包含一个或多个模式到名称的分配。

If you follow the standard Python coding conventions using Docstrings, you will automatically have a solid foundation for documentation.

如果通过使用Docstring遵守标准的Python代码约定,就为生成文档建立了牢固的基础。

When they occur inside of docstrings inside of Python source code, like in the second example, they are called doctests.

当它们出现在Python源代码中的docstring中时(比如第二个示例),它们就被称为doctest。

Such illustrations can also occur right inside of source code, in the docstring of a module, class, or function

这种说明还可以出现在源代码中模块、类或函数的docstring中