Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8ed4e7

Browse files
[po] auto sync
1 parent 80b4a4e commit c8ed4e7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

c-api/call.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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*."
584584
msgstr ""
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
589588
msgid ""
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*."
593592
msgstr ""
593+
"调用一个可调用的 Python 对象 *callable*。 附带的参数与 :c:type:`vectorcallfunc` 相同。 如果 "
594+
"*callable* 支持 vectorcall_,则它会直接调用存放在 *callable* 中的 vectorcall 函数。"
594595

595596
#: ../../c-api/call.rst:381
596597
msgid ""
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."
600601
msgstr ""
602+
"调用 *callable* 并附带与在 vectorcall_ 协议中传入的完全相同的位置参数,但会加上以字典 *kwdict* 形式传入的关键字参数。"
603+
" *args* 数组将只包含位置参数。"
601604

602605
#: ../../c-api/call.rst:385
603606
msgid ""

0 commit comments

Comments
 (0)