Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c1080 subtype_clear(PyObject *self) in subtype_clear() function
1089 while ((baseclear = base->tp_clear) == subtype_clear) { in subtype_clear()
2787 type->tp_clear = subtype_clear; in type_new()
/external/python/cpython2/Objects/
Dtypeobject.c891 subtype_clear(PyObject *self) in subtype_clear() function
900 while ((baseclear = base->tp_clear) == subtype_clear) { in subtype_clear()
2509 type->tp_clear = subtype_clear; in type_new()