Home
last modified time | relevance | path

Searched refs:Custom_dealloc (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Doc/includes/
Dcustom2.c13 Custom_dealloc(CustomObject *self) in Custom_dealloc() function
107 .tp_dealloc = (destructor) Custom_dealloc,
Dcustom3.c13 Custom_dealloc(CustomObject *self) in Custom_dealloc() function
157 .tp_dealloc = (destructor) Custom_dealloc,
Dcustom4.c29 Custom_dealloc(CustomObject *self) in Custom_dealloc() function
169 .tp_dealloc = (destructor) Custom_dealloc,
/third_party/python/Doc/extending/
Dnewtypes_tutorial.rst266 Custom_dealloc(CustomObject *self)
275 .tp_dealloc = (destructor) Custom_dealloc,
287 ``Custom_dealloc`` to take a ``CustomObject *`` argument, but the ``tp_dealloc``
769 The deallocator ``Custom_dealloc`` may call arbitrary code when clearing
777 Custom_dealloc(CustomObject *self)