<bdo id='EELKn'></bdo><ul id='EELKn'></ul>

    1. <i id='EELKn'><tr id='EELKn'><dt id='EELKn'><q id='EELKn'><span id='EELKn'><b id='EELKn'><form id='EELKn'><ins id='EELKn'></ins><ul id='EELKn'></ul><sub id='EELKn'></sub></form><legend id='EELKn'></legend><bdo id='EELKn'><pre id='EELKn'><center id='EELKn'></center></pre></bdo></b><th id='EELKn'></th></span></q></dt></tr></i><div id='EELKn'><tfoot id='EELKn'></tfoot><dl id='EELKn'><fieldset id='EELKn'></fieldset></dl></div>
        <tfoot id='EELKn'></tfoot><legend id='EELKn'><style id='EELKn'><dir id='EELKn'><q id='EELKn'></q></dir></style></legend>

        <small id='EELKn'></small><noframes id='EELKn'>

        最常见的Python文档字符串格式是什么?

        时间:2024-08-21

          <bdo id='oEOjQ'></bdo><ul id='oEOjQ'></ul>
            <tbody id='oEOjQ'></tbody>

          <small id='oEOjQ'></small><noframes id='oEOjQ'>

            <legend id='oEOjQ'><style id='oEOjQ'><dir id='oEOjQ'><q id='oEOjQ'></q></dir></style></legend>
            1. <tfoot id='oEOjQ'></tfoot>

                  <i id='oEOjQ'><tr id='oEOjQ'><dt id='oEOjQ'><q id='oEOjQ'><span id='oEOjQ'><b id='oEOjQ'><form id='oEOjQ'><ins id='oEOjQ'></ins><ul id='oEOjQ'></ul><sub id='oEOjQ'></sub></form><legend id='oEOjQ'></legend><bdo id='oEOjQ'><pre id='oEOjQ'><center id='oEOjQ'></center></pre></bdo></b><th id='oEOjQ'></th></span></q></dt></tr></i><div id='oEOjQ'><tfoot id='oEOjQ'></tfoot><dl id='oEOjQ'><fieldset id='oEOjQ'></fieldset></dl></div>
                  本文介绍了最常见的Python文档字符串格式是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在Python中看到了几种不同样式的文档字符串,最流行的样式是什么?

                  推荐答案

                  格式

                  Python文档字符串可以按照其他帖子中显示的几种格式编写。但是,没有提到默认的Sphinx文档字符串格式,该格式基于睡觉。您可以在this blog post中获取有关主要格式的一些信息。

                  请注意,PEP 287推荐使用睡觉

                  以下是文档字符串的主要使用格式。

                  -电子邮件

                  历史上流行的是类似javadoc样式,因此将其作为Epydoc(称为Epytext格式)生成文档的基础。

                  示例:

                  """
                  This is a javadoc style.
                  
                  @param param1: this is a first param
                  @param param2: this is a second param
                  @return: this is a description of what is returned
                  @raise keyError: raises an exception
                  """
                  

                  -睡觉

                  现在,可能更流行的格式是Sphinx用来生成文档的reStructiredText(睡觉)格式。 注意:在JetBrains PyCharm中默认使用它(定义方法后键入三重引号并按Enter键)。默认情况下,它也用作pyment中的输出格式。

                  示例:

                  """
                  This is a reST style.
                  
                  :param param1: this is a first param
                  :param param2: this is a second param
                  :returns: this is a description of what is returned
                  :raises keyError: raises an exception
                  """
                  

                  -Google

                  Google有自己的经常使用的format。它也可以由狮身人面像(即.使用Napoleon plugin)。

                  示例:

                  """
                  This is an example of Google style.
                  
                  Args:
                      param1: This is the first param.
                      param2: This is a second param.
                  
                  Returns:
                      This is a description of what is returned.
                  
                  Raises:
                      KeyError: Raises an exception.
                  """
                  

                  偶数more examples

                  -Numpydoc

                  请注意,Numpy推荐遵循他们自己的numpydoc,基于Google格式,可由Sphinx使用。

                  """
                  My numpydoc description of a kind
                  of very exhautive numpydoc format docstring.
                  
                  Parameters
                  ----------
                  first : array_like
                      the 1st param name `first`
                  second :
                      the 2nd param
                  third : {'value', 'other'}, optional
                      the 3rd param, by default 'value'
                  
                  Returns
                  -------
                  string
                      a value in a string
                  
                  Raises
                  ------
                  KeyError
                      when a key error
                  OtherError
                      when an other error
                  """
                  

                  转换/生成

                  可以使用像Pyment这样的工具自动生成尚未记录的Python项目的文档字符串,或者将现有文档字符串(可以混合多种格式)从一种格式转换为另一种格式。

                  注意:示例取自Pyment documentation

                  这篇关于最常见的Python文档字符串格式是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在函数调用之间保存数据的Python方法是什么? 下一篇:是否应将__ne__实现为__eq__的否定?

                  相关文章

                  <i id='2tCmz'><tr id='2tCmz'><dt id='2tCmz'><q id='2tCmz'><span id='2tCmz'><b id='2tCmz'><form id='2tCmz'><ins id='2tCmz'></ins><ul id='2tCmz'></ul><sub id='2tCmz'></sub></form><legend id='2tCmz'></legend><bdo id='2tCmz'><pre id='2tCmz'><center id='2tCmz'></center></pre></bdo></b><th id='2tCmz'></th></span></q></dt></tr></i><div id='2tCmz'><tfoot id='2tCmz'></tfoot><dl id='2tCmz'><fieldset id='2tCmz'></fieldset></dl></div>
                • <tfoot id='2tCmz'></tfoot>
                      <bdo id='2tCmz'></bdo><ul id='2tCmz'></ul>
                    <legend id='2tCmz'><style id='2tCmz'><dir id='2tCmz'><q id='2tCmz'></q></dir></style></legend>

                    <small id='2tCmz'></small><noframes id='2tCmz'>