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