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 16199aa commit 7117690Copy full SHA for 7117690
1 file changed
c-api/dict.po
@@ -121,7 +121,7 @@ msgid ""
121
"Return the object from dictionary *p* which has a key *key*. Return "
122
"``NULL`` if the key *key* is not present, but *without* setting an "
123
"exception."
124
-msgstr ""
+msgstr "从字典 *p* 中返回以 *key* 为键的对象。 如果键名 *key* 不存在但 *没有* 设置一个异常则返回 ``NULL``。"
125
126
#: ../../c-api/dict.rst:98
127
msgid ""
@@ -138,6 +138,8 @@ msgid ""
138
"Return ``NULL`` **with** an exception set if an exception occurred. Return "
139
"``NULL`` **without** an exception set if the key wasn't present."
140
msgstr ""
141
+":c:func:`PyDict_GetItem` 的变种,它不会屏蔽异常。 当异常发生时将返回 ``NULL`` **并且** 设置一个异常。 "
142
+"如果键不存在则返回 ``NULL`` **并且不会** 设置一个异常。"
143
144
#: ../../c-api/dict.rst:113
145
0 commit comments