Home | History | Annotate | Download | only in Objects

Lines Matching refs:nb_rshift

1177 BINARY_FUNC(PyNumber_Rshift, nb_rshift, ">>")

1316 INPLACE_BINOP(PyNumber_InPlaceRshift, nb_inplace_rshift, nb_rshift, ">>=")