Searched defs:DictComp (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython2/Include/ |
| D | Python-ast.h | 246 } DictComp; member 475 #define DictComp(a0, a1, a2, a3, a4, a5) _Py_DictComp(a0, a1, a2, a3, a4, a5) macro
|
| /external/python/cpython3/Include/internal/ |
| D | pycore_ast.h | 398 } DictComp; member
|
| /external/python/cpython2/Lib/compiler/ |
| D | ast.py | 914 class DictComp(Node): class
|
| /external/python/cpython2/Python/ |
| D | Python-ast.c | 1688 DictComp(expr_ty key, expr_ty value, asdl_seq * generators, int lineno, int in DictComp() function
|