Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c2257 static void fixup_slot_dispatchers(PyTypeObject *);
3191 fixup_slot_dispatchers(type); in type_new_impl()
8426 fixup_slot_dispatchers(PyTypeObject *type) in fixup_slot_dispatchers() function