Home | History | Annotate | Download | only in compiler

Lines Matching refs:RIGHTSHIFT

385         elif nodelist[1][0] == token.RIGHTSHIFT:
676 elif nodelist[i-1][0] == token.RIGHTSHIFT:
677 node = RightShift([node, right], lineno=nodelist[1][2])