Home | History | Annotate | Download | only in Objects

Lines Matching defs:int_new

1065 int_new(PyTypeObject *type, PyObject *args, PyObject *kwds)

1128 tmp = int_new(&PyInt_Type, args, kwds);
1453 int_new, /* tp_new */