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 575555d commit 2652461Copy full SHA for 2652461
mypyc/doc/dict_operations.rst
@@ -50,6 +50,8 @@ Methods
50
* ``d.items()``
51
* ``d.copy()``
52
* ``d.clear()``
53
+* ``d.setdefault(key)``
54
+* ``d.setdefault(key, value)``
55
* ``d1.update(d2: dict)``
56
* ``d.update(x: Iterable)``
57
0 commit comments