Searched refs:DOUBLESTAR (Results 1 – 7 of 7) sorted by relevance
50 func.children[-2].type == token.DOUBLESTAR)):62 pytree.Leaf(token.DOUBLESTAR, "**"),
41 DOUBLESTAR = 35 variable89 '**': DOUBLESTAR,
37 DOUBLESTAR '**'
45 DOUBLESTAR = 36 variable
130 case '*': return DOUBLESTAR; in PyToken_TwoChars()
48 #define DOUBLESTAR 35 macro
128 .. data:: DOUBLESTAR