Home | History | Annotate | Download | only in Objects

Lines Matching refs:nb_inplace_power

1399         v->ob_type->tp_as_number->nb_inplace_power != NULL) {

1400 return ternary_op(v, w, z, NB_SLOT(nb_inplace_power), "**=");