Home | History | Annotate | Download | only in compiler

Lines Matching refs:EQUAL

368         if nodelist[1][0] == token.EQUAL:
850 if i < len(nodelist) and nodelist[i][0] == token.EQUAL:
1450 token.EQUAL : '==',