Home | History | Annotate | Download | only in Objects

Lines Matching refs:nb_int

886            (o->ob_type->tp_as_number->nb_int ||
1579 /* Don't go through tp_as_number->nb_int to avoid
1632 if (m && m->nb_int) { /* This should include subclasses of int */
1634 PyObject *res = m->nb_int(o);
1644 if (PyInt_Check(o)) { /* An int subclass without nb_int */