<i id='4JqcF'><tr id='4JqcF'><dt id='4JqcF'><q id='4JqcF'><span id='4JqcF'><b id='4JqcF'><form id='4JqcF'><ins id='4JqcF'></ins><ul id='4JqcF'></ul><sub id='4JqcF'></sub></form><legend id='4JqcF'></legend><bdo id='4JqcF'><pre id='4JqcF'><center id='4JqcF'></center></pre></bdo></b><th id='4JqcF'></th></span></q></dt></tr></i><div id='4JqcF'><tfoot id='4JqcF'></tfoot><dl id='4JqcF'><fieldset id='4JqcF'></fieldset></dl></div>
  • <small id='4JqcF'></small><noframes id='4JqcF'>

      <bdo id='4JqcF'></bdo><ul id='4JqcF'></ul>

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

        什么-&gt;在 Python 函数定义中是什么意思?

        时间:2023-09-14
        <tfoot id='GrqmE'></tfoot>
        <i id='GrqmE'><tr id='GrqmE'><dt id='GrqmE'><q id='GrqmE'><span id='GrqmE'><b id='GrqmE'><form id='GrqmE'><ins id='GrqmE'></ins><ul id='GrqmE'></ul><sub id='GrqmE'></sub></form><legend id='GrqmE'></legend><bdo id='GrqmE'><pre id='GrqmE'><center id='GrqmE'></center></pre></bdo></b><th id='GrqmE'></th></span></q></dt></tr></i><div id='GrqmE'><tfoot id='GrqmE'></tfoot><dl id='GrqmE'><fieldset id='GrqmE'></fieldset></dl></div>

            1. <small id='GrqmE'></small><noframes id='GrqmE'>

              <legend id='GrqmE'><style id='GrqmE'><dir id='GrqmE'><q id='GrqmE'></q></dir></style></legend>
                <bdo id='GrqmE'></bdo><ul id='GrqmE'></ul>

                    <tbody id='GrqmE'></tbody>

                • 本文介绍了什么-&gt;在 Python 函数定义中是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我最近在查看 Python 3.3 语法规范时发现了一些有趣的东西:

                  I've recently noticed something interesting when looking at Python 3.3 grammar specification:

                  funcdef: 'def' NAME parameters ['->' test] ':' suite
                  

                  Python 2 中没有可选的箭头"块,我在 Python 3 中找不到任何有关其含义的信息.事实证明这是正确的 Python,并且被解释器接受:

                  The optional 'arrow' block was absent in Python 2 and I couldn't find any information regarding its meaning in Python 3. It turns out this is correct Python and it's accepted by the interpreter:

                  def f(x) -> 123:
                      return x
                  

                  我认为这可能是某种前置条件语法,但是:

                  I thought that this might be some kind of a precondition syntax, but:

                  • 我无法在此处测试 x,因为它仍然未定义,
                  • 无论我在箭头后面放什么(例如2 < 1),它都不会影响函数的行为.
                  • I cannot test x here, as it is still undefined,
                  • No matter what I put after the arrow (e.g. 2 < 1), it doesn't affect the function behavior.

                  熟悉这种语法风格的人能解释一下吗?

                  Could anyone familiar with this syntax style explain it?

                  推荐答案

                  这是一个函数注释.

                  更详细地说,Python 2.x 有文档字符串,允许您将元数据字符串附加到各种类型的对象.这非常方便,因此 Python 3 通过允许您将元数据附加到描述其参数和返回值的函数来扩展该功能.

                  In more detail, Python 2.x has docstrings, which allow you to attach a metadata string to various types of object. This is amazingly handy, so Python 3 extends the feature by allowing you to attach metadata to functions describing their parameters and return values.

                  没有先入为主的用例,但 PEP 建议了几个.一种非常方便的方法是允许您使用预期类型注释参数;然后很容易编写一个装饰器来验证注释或将参数强制为正确的类型.另一个是允许特定参数的文档,而不是将其编码到文档字符串中.

                  There's no preconceived use case, but the PEP suggests several. One very handy one is to allow you to annotate parameters with their expected types; it would then be easy to write a decorator that verifies the annotations or coerces the arguments to the right type. Another is to allow parameter-specific documentation instead of encoding it into the docstring.

                  这篇关于什么-&gt;在 Python 函数定义中是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:python pandas TimeStamps到夏令时的本地时间字符串 下一篇:Python3 的“函数注释"有什么好的用途?

                  相关文章

                  最新文章

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

                  <tfoot id='VSzSC'></tfoot>

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