Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c2103 static void fixup_slot_dispatchers(PyTypeObject *);
2812 fixup_slot_dispatchers(type); in type_new()
7242 fixup_slot_dispatchers(PyTypeObject *type) in fixup_slot_dispatchers() function
/external/python/cpython2/Objects/
Dtypeobject.c1824 static void fixup_slot_dispatchers(PyTypeObject *);
2521 fixup_slot_dispatchers(type); in type_new()
6470 fixup_slot_dispatchers(PyTypeObject *type) function