Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dstructseq.c103 structseq_dealloc(PyStructSequence *obj) in structseq_dealloc() function
483 type->tp_dealloc = (destructor)structseq_dealloc; in _PyStructSequence_InitType()
581 slots[0] = (PyType_Slot){Py_tp_dealloc, (destructor)structseq_dealloc}; in _PyStructSequence_NewType()

Completed in 1 milliseconds