Home
last modified time | relevance | path

Searched refs:_Py_comprehension_ty (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h21 GeneratorExpression = 4 } _Py_comprehension_ty; typedef
59 _Py_comprehension_ty ste_comprehension; /* Kind of comprehension (if any) */
/third_party/python/Python/
Dsymtable.c2122 _Py_comprehension_ty type = st->st_cur->ste_comprehension; in symtable_raise_if_comprehension_block()