Home
last modified time | relevance | path

Searched refs:dictorsetmaker (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dgraminit.h75 #define dictorsetmaker 328 macro
/external/python/cpython2/Lib/
Dsymbol.py85 dictorsetmaker = 328 variable
/external/python/cpython2/Grammar/
DGrammar105 '{' [dictorsetmaker] '}' |
117 dictorsetmaker: ( (test ':' test (comp_for | (',' test ':' test)* [','])) |
/external/python/cpython2/Modules/
Dparsermodule.c967 VALIDATER(exprlist); VALIDATER(dictorsetmaker);
3012 int ok = validate_ntype(tree, dictorsetmaker); in validate_dictorsetmaker()
/external/python/cpython2/Lib/compiler/
Dtransformer.py1214 assert nodelist[0] == symbol.dictorsetmaker
/external/python/cpython2/Python/
Dast.c1355 assert(TYPE(n) == (dictorsetmaker)); in ast_for_setcomp()