Searched defs:comprehension_ty (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A DPython-ast.h27 typedef struct _comprehension *comprehension_ty; typedef in typeref:struct:_comprehension
520 comprehension_ty _Py_comprehension(expr_ty target, expr_ty iter, asdl_seq *
/external/python/cpython3/Include/
H A DPython-ast.h27 typedef struct _comprehension *comprehension_ty; typedef in typeref:struct:_comprehension
614 comprehension_ty _Py_comprehension(expr_ty target, expr_ty iter, asdl_seq *

Completed in 193 milliseconds