| Georg Brandl | f684272 | 2008-01-19 22:08:21 +0000 | [diff] [blame] | 1 | .. highlightlang:: c |
| 2 | |||||
| 3 | |||||
| 4 | .. _newtypes: | ||||
| 5 | |||||
| 6 | ***************************** | ||||
| 7 | Object Implementation Support | ||||
| 8 | ***************************** | ||||
| 9 | |||||
| 10 | This chapter describes the functions, types, and macros used when defining new | ||||
| 11 | object types. | ||||
| 12 | |||||
| 13 | .. toctree:: | ||||
| 14 | |||||
| 15 | allocation.rst | ||||
| 16 | structures.rst | ||||
| 17 | typeobj.rst | ||||
| 18 | gcsupport.rst | ||||