Searched refs:dictorsetmaker (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython2/Include/
H A Dgraminit.h75 #define dictorsetmaker 328 macro
/external/python/cpython2/Lib/
H A Dsymbol.py85 dictorsetmaker = 328 variable
/external/python/cpython3/Include/
H A Dgraminit.h79 #define dictorsetmaker 332 macro
/external/python/cpython3/Lib/
H A Dsymbol.py89 dictorsetmaker = 332 variable
/external/python/cpython2/Modules/
H A Dparsermodule.c967 VALIDATER(exprlist); VALIDATER(dictorsetmaker); variable
3003 * dictorsetmaker:
3012 int ok = validate_ntype(tree, dictorsetmaker);
3058 err_string("illegal number of nodes for dictorsetmaker");
3075 err_string("illegal trailing nodes for dictorsetmaker");
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py1212 # dictorsetmaker: ( (test ':' test (comp_for | (',' test ':' test)* [','])) |
1214 assert nodelist[0] == symbol.dictorsetmaker
/external/python/cpython3/Python/
H A Dast.c2057 assert(TYPE(n) == (dictorsetmaker));
2068 assert(TYPE(n) == (dictorsetmaker));
2187 /* dictorsetmaker: ( ((test ':' test | '**' test)
/external/python/cpython2/Python/
H A Dast.c1355 assert(TYPE(n) == (dictorsetmaker));
1439 /* dictorsetmaker:

Completed in 773 milliseconds