Files
cpython/Doc/c-api/objimpl.rst

18 lines
304 B
ReStructuredText
Raw Permalink Normal View History

2020-11-03 11:10:27 -07:00
.. highlightlang:: 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