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 826c0e9 commit 75d8bedCopy full SHA for 75d8bed
1 file 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