We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c7735 commit eb2b509Copy full SHA for eb2b509
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