Home | History | Annotate | Download | only in Objects

Lines Matching defs:nbr

1134     PyNumberMethods *nbr, *nbi = NULL;

1182 nbr = r->ob_type->tp_as_number;
1185 if (nbr == NULL || nbr->nb_float == NULL ||