docstring

docstring

 英

  • 网络文档字符串;文档字串;文档字元串

例句

However, I still cannot work up a great deal of enthusiasm for the function docstring style of parsers.

无论如何仍然不能函数文档字符串风格解析器具热情

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

首先具体完成大部分工作方法文档字符串docstring指定

Performs the conversion of a docstring test.

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

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

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

The docstring of each such method contains one or several assignments of patterns to names.

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

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