Home
last modified time | relevance | path

Searched refs:func_dealloc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dfuncobject.c446 func_dealloc(PyFunctionObject *op) in func_dealloc() function
549 (destructor)func_dealloc, /* tp_dealloc */
/external/python/cpython3/Objects/
Dfuncobject.c527 func_dealloc(PyFunctionObject *op) in func_dealloc() function
597 (destructor)func_dealloc, /* tp_dealloc */