Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c1824 static void fixup_slot_dispatchers(PyTypeObject *);
2518 fixup_slot_dispatchers(type); in type_new()
6405 fixup_slot_dispatchers(PyTypeObject *type) function