Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c44 #define COMP_DICTCOMP 2 macro
2720 case COMP_DICTCOMP: in compiler_comprehension_generator()
2759 case COMP_DICTCOMP: in compiler_comprehension()
2839 return compiler_comprehension(c, e, COMP_DICTCOMP, name, in compiler_dictcomp()
/external/python/cpython3/Python/
Dcompile.c42 #define COMP_DICTCOMP 3 macro
3885 case COMP_DICTCOMP: in compiler_sync_comprehension_generator()
4003 case COMP_DICTCOMP: in compiler_async_comprehension_generator()
4067 case COMP_DICTCOMP: in compiler_comprehension()
4180 return compiler_comprehension(c, e, COMP_DICTCOMP, name, in compiler_dictcomp()