Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_abc.c129 static PyMethodDef _destroy_def = { variable
150 destroy_cb = PyCFunction_NewEx(&_destroy_def, wr, NULL); in _add_to_weak_set()