File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,13 +154,17 @@ msgid ""
154154"Syntactically, any expression can be used to represent an argument; the "
155155"evaluated value is assigned to the local variable."
156156msgstr ""
157+ "参数会被赋值给函数体中对应的本地变量。有关赋值规则参见 :ref:`calls` "
158+ "一节。根据语法,任何表达式都可用来表示一个参数;最终算出的值会被赋给对应的本地变量。"
157159
158160#: ../../glossary.rst:83
159161msgid ""
160162"See also the :term:`parameter` glossary entry, the FAQ question on :ref:`the"
161163" difference between arguments and parameters <faq-argument-vs-parameter>`, "
162164"and :pep:`362`."
163165msgstr ""
166+ "另参见 :term:`parameter` 术语表条目,常见问题中 :ref:`参数与形参的区别 <faq-argument-vs-"
167+ "parameter>` 以及 :pep:`362`。"
164168
165169#: ../../glossary.rst:86
166170msgid "asynchronous context manager"
@@ -172,6 +176,8 @@ msgid ""
172176"statement by defining :meth:`__aenter__` and :meth:`__aexit__` methods. "
173177"Introduced by :pep:`492`."
174178msgstr ""
179+ "此种对象通过定义 :meth:`__aenter__` 和 :meth:`__aexit__` 方法来对 :keyword:`async with` "
180+ "语句中的环境进行控制。由 :pep:`492` 引入。"
175181
176182#: ../../glossary.rst:91
177183msgid "asynchronous generator"
You can’t perform that action at this time.
0 commit comments