Home
last modified time | relevance | path

Searched defs:DictComp (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h246 } DictComp; member
475 #define DictComp(a0, a1, a2, a3, a4, a5) _Py_DictComp(a0, a1, a2, a3, a4, a5) macro
/external/python/cpython2/Lib/compiler/
Dast.py914 class DictComp(Node): class
/external/python/cpython2/Python/
DPython-ast.c1688 DictComp(expr_ty key, expr_ty value, asdl_seq * generators, int lineno, int in DictComp() function