@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.9\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
20+ "POT-Creation-Date : 2021-02-10 05:25 +0000\n "
2121"PO-Revision-Date : 2017-02-16 23:32+0000\n "
2222"
Last-Translator :
jaystone776 <[email protected] >, 2021\n "
2323"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1859,17 +1859,17 @@ msgstr ""
18591859"这个类用于字符串前向引用的内部类型展示。例如,``list[\" SomeClass\" ]`` 被隐式转换为 "
18601860"``list[ForwardRef(\" SomeClass\" )]``。该类不能由用户实例化,但可以用于内省工具。"
18611861
1862- #: ../../library/typing.rst:1718
1862+ #: ../../library/typing.rst:1720
18631863msgid "Constant"
18641864msgstr "常量"
18651865
1866- #: ../../library/typing.rst:1722
1866+ #: ../../library/typing.rst:1724
18671867msgid ""
18681868"A special constant that is assumed to be ``True`` by 3rd party static type "
18691869"checkers. It is ``False`` at runtime. Usage::"
18701870msgstr "被第三方静态类型检查器假定为 ``True`` 的特殊常量。在运行时为 ``False``。用法如下:"
18711871
1872- #: ../../library/typing.rst:1731
1872+ #: ../../library/typing.rst:1733
18731873msgid ""
18741874"The first type annotation must be enclosed in quotes, making it a \" forward "
18751875"reference\" , to hide the ``expensive_mod`` reference from the interpreter "
@@ -1879,7 +1879,7 @@ msgstr ""
18791879"第一个类型注解必须用引号标注,才能把它当作“前向引用”,从而在解释器运行时中隐藏 ``expensive_mod`` "
18801880"引用。局部变量的类型注释不会被评估,因此,第二个注解不需要用引号引起来。"
18811881
1882- #: ../../library/typing.rst:1738
1882+ #: ../../library/typing.rst:1740
18831883msgid ""
18841884"If ``from __future__ import annotations`` is used in Python 3.7 or later, "
18851885"annotations are not evaluated at function definition time. Instead, they are"
0 commit comments