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 c9380ae commit 25fc04dCopy full SHA for 25fc04d
3 files changed
Doc/c-api/dict.rst
@@ -58,6 +58,9 @@ Dictionary objects
58
59
Empty an existing dictionary of all key-value pairs.
60
61
+ Do nothing if the argument is not a :class:`dict` or a :class:`!dict`
62
+ subclass.
63
+
64
65
.. c:function:: int PyDict_Contains(PyObject *p, PyObject *key)
66
0 commit comments