Home | History | Annotate | Download | only in compiler

Lines Matching refs:DOUBLESTAR

730             if elt[0] == token.DOUBLESTAR:
826 if node[0] == token.STAR or node[0] == token.DOUBLESTAR:
835 # should be DOUBLESTAR
837 if t == token.DOUBLESTAR:
1021 if ch[0] == token.DOUBLESTAR:
1273 elif node[0]==token.DOUBLESTAR: