Home | History | Annotate | Download | only in Objects

Lines Matching refs:nb_subtract

1178 BINARY_FUNC(PyNumber_Subtract, nb_subtract, "-")
1317 INPLACE_BINOP(PyNumber_InPlaceSubtract, nb_inplace_subtract, nb_subtract, "-=")