Staging
v0.8.1
Revision 95b81e2f8c955823dbf5632a817902b8a4916eaa authored by Miss Islington (bot) on 15 September 2020, 23:59:48 UTC, committed by GitHub on 15 September 2020, 23:59:48 UTC
(cherry picked from commit bff01f3a3aac0c15fe8fbe8b2f561f7927d117a1)
1 parent 49917d5
Raw File
objimpl.rst
.. 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
back to top