Current Path : /usr/src/Python-3.12.7/Doc/c-api/ |
Current File : //usr/src/Python-3.12.7/Doc/c-api/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