Home | History | Annotate | Download | only in Objects

Lines Matching refs:nb_multiply

1216     PyObject *result = binary_op1(v, w, NB_SLOT(nb_multiply));
1362 NB_SLOT(nb_multiply));
1919 have an nb_multiply slot, not an sq_repeat slot. so we fall back
1920 to nb_multiply if o appears to be a sequence. */
1926 result = binary_op1(o, n, NB_SLOT(nb_multiply));
1979 NB_SLOT(nb_multiply));