Skip to content

Commit 1fb7c5a

Browse files
committed
Document PyFrozenDict_Type in the C API doc
1 parent bde4379 commit 1fb7c5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/c-api/dict.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,13 @@ Frozen Dictionary Objects
496496
.. versionadded:: next
497497
498498
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+
499506
.. c:function:: int PyAnyDict_Check(PyObject *p)
500507
501508
Return true if *p* is a dict object, a frozendict object, or an instance of

0 commit comments

Comments
 (0)