Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1851bb3 commit 74c48f4Copy full SHA for 74c48f4
1 file changed
c-api/mapping.po
@@ -66,6 +66,8 @@ msgid ""
66
" also :c:func:`PyObject_SetItem`. This function *does not* steal a "
67
"reference to *v*."
68
msgstr ""
69
+"在对象 *o* 中将字符串 *key* 映射到值 *v*。 失败时返回 ``-1``。 这相当于 Python 语句 ``o[key] = v``。 "
70
+"另请参见 :c:func:`PyObject_SetItem`。 此函数 *不会* 增加对 *v* 的引用。"
71
72
#: ../../c-api/mapping.rst:46
73
msgid ""
0 commit comments