File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ msgstr ":attr:`ml_doc`"
227
227
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:149
228
228
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:294
229
229
msgid "points to the contents of the docstring"
230
- msgstr ""
230
+ msgstr "指向文档字符串的内容 "
231
231
232
232
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:153
233
233
msgid ""
@@ -272,6 +272,9 @@ msgid ""
272
272
"if there are no keyword arguments. The parameters are typically processed "
273
273
"using :c:func:`PyArg_ParseTupleAndKeywords`."
274
274
msgstr ""
275
+ "带有这些旗标的方法必须为 :c:type:`PyCFunctionWithKeywords` 类型。 该函数接受三个形参: *self*, "
276
+ "*args*, *kwargs* 其中 *kwargs* 是一个包含所有关键字参数的字典或者如果没有关键字参数则可以为 ``NULL``。 "
277
+ "这些形参通常是使用 :c:func:`PyArg_ParseTupleAndKeywords` 来处理的。"
275
278
276
279
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/c-api/structures.rst:189
277
280
msgid ""
You can’t perform that action at this time.
0 commit comments