Home
last modified time | relevance | path

Searched refs:_comprehension (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h27 typedef struct _comprehension *comprehension_ty;
336 struct _comprehension { struct
/external/python/cpython3/Include/
DPython-ast.h33 typedef struct _comprehension *comprehension_ty;
383 struct _comprehension { struct
/external/python/cpython2/Demo/parser/
Dunparse.py378 def _comprehension(self, t): member in Unparser