cpython/Doc/c-api/objimpl.rst
2019-05-17 15:25:34 +05:30

18 lines
300 B
ReStructuredText

.. highlight:: c
.. _newtypes:
*****************************
Object Implementation Support
*****************************
This chapter describes the functions, types, and macros used when defining new
object types.
.. toctree::
allocation.rst
structures.rst
typeobj.rst
gcsupport.rst