Searched refs:tp_new_wrapper (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeobject.c | 5863 tp_new_wrapper(PyObject *self, PyObject *args, PyObject *kwds) in tp_new_wrapper() function 5922 {"__new__", (PyCFunction)tp_new_wrapper, METH_VARARGS|METH_KEYWORDS, 7118 (PyCFunction)tp_new_wrapper && in update_one_slot()
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 4932 tp_new_wrapper(PyObject *self, PyObject *args, PyObject *kwds) function 4991 {"__new__", (PyCFunction)tp_new_wrapper, METH_VARARGS|METH_KEYWORDS, 6356 (PyCFunction)tp_new_wrapper &&
|