Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dstructseq.c107 structseq_dealloc(PyStructSequence *obj) in structseq_dealloc() function
488 type->tp_dealloc = (destructor)structseq_dealloc; in _PyStructSequence_InitType()
553 slots[0] = (PyType_Slot){Py_tp_dealloc, (destructor)structseq_dealloc}; in PyStructSequence_NewType()