We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f51a6 commit 7f0692fCopy full SHA for 7f0692f
doc/sphinx/source/new_types.rst
@@ -1417,3 +1417,5 @@ TODOs:
1417
"Creating New Types": Add a section on making an object act like a mapping object using
1418
`tp_as_mapping <https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_as_mapping>`_.
1419
See also `Mapping Object Structures <https://docs.python.org/3/c-api/typeobj.html#mapping-structs>`_
1420
+
1421
+ NOTE: This is rarely used in the Python stdlib, really only for dictionaries.
0 commit comments