• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. highlightlang:: c
2
3
4.. _newtypes:
5
6*****************************
7Object Implementation Support
8*****************************
9
10This chapter describes the functions, types, and macros used when defining new
11object types.
12
13.. toctree::
14
15   allocation.rst
16   structures.rst
17   typeobj.rst
18   gcsupport.rst
19