Home | History | Annotate | Download | only in Objects

Lines Matching refs:object_new

3642 object_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
3661 if (type->tp_new == object_new) {
3672 object_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
3675 if (type->tp_new != object_new) {
4765 object_new, /* tp_new */