File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -582,22 +582,25 @@ msgid ""
582582"*arg*, where the name of the method is given as a Python string object in "
583583"*name*."
584584msgstr ""
585- "调用Call a method of the Python 对象 *obj* 中的一个方法并附带单个位置参数 *arg*,其中方法名称由 *name* "
586- "中的 Python 字符串对象给出。"
585+ "调用 Python 对象 *obj* 中的一个方法并附带单个位置参数 *arg*,其中方法名称由 *name* 中的 Python 字符串对象给出。"
587586
588587#: ../../c-api/call.rst:367
589588msgid ""
590589"Call a callable Python object *callable*. The arguments are the same as for "
591590":c:type:`vectorcallfunc`. If *callable* supports vectorcall_, this directly "
592591"calls the vectorcall function stored in *callable*."
593592msgstr ""
593+ "调用一个可调用的 Python 对象 *callable*。 附带的参数与 :c:type:`vectorcallfunc` 相同。 如果 "
594+ "*callable* 支持 vectorcall_,则它会直接调用存放在 *callable* 中的 vectorcall 函数。"
594595
595596#: ../../c-api/call.rst:381
596597msgid ""
597598"Call *callable* with positional arguments passed exactly as in the "
598599"vectorcall_ protocol, but with keyword arguments passed as a dictionary "
599600"*kwdict*. The *args* array contains only the positional arguments."
600601msgstr ""
602+ "调用 *callable* 并附带与在 vectorcall_ 协议中传入的完全相同的位置参数,但会加上以字典 *kwdict* 形式传入的关键字参数。"
603+ " *args* 数组将只包含位置参数。"
601604
602605#: ../../c-api/call.rst:385
603606msgid ""
You can’t perform that action at this time.
0 commit comments