Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6603 slot_tp_init(PyObject *self, PyObject *args, PyObject *kwds) in slot_tp_init() function
6836 FLSLOT("__init__", tp_init, slot_tp_init, (wrapperfunc)(void(*)(void))wrap_init,
/external/python/cpython2/Objects/
Dtypeobject.c5861 slot_tp_init(PyObject *self, PyObject *args, PyObject *kwds) function
6083 FLSLOT("__init__", tp_init, slot_tp_init, (wrapperfunc)wrap_init,