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 bde4379 commit 1fb7c5aCopy full SHA for 1fb7c5a
1 file changed
Doc/c-api/dict.rst
@@ -496,6 +496,13 @@ Frozen Dictionary Objects
496
.. versionadded:: next
497
498
499
+.. c:var:: PyTypeObject PyFrozenDict_Type
500
+
501
+ This instance of :c:type:`PyTypeObject` represents the Python frozen
502
+ dictionary type.
503
+ This is the same object as :class:`frozendict` in the Python layer.
504
505
506
.. c:function:: int PyAnyDict_Check(PyObject *p)
507
508
Return true if *p* is a dict object, a frozendict object, or an instance of
0 commit comments