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));
1902 have an nb_multiply slot, not an sq_repeat slot. so we fall back
1903 to nb_multiply if o appears to be a sequence. */
1909 result = binary_op1(o, n, NB_SLOT(nb_multiply));
1962 NB_SLOT(nb_multiply));