Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c1965 compiler_from_import(struct compiler *c, stmt_ty s) in compiler_from_import() function
2146 return compiler_from_import(c, s); in compiler_visit_stmt()
/external/python/cpython3/Python/
Dcompile.c2840 compiler_from_import(struct compiler *c, stmt_ty s) in compiler_from_import() function
3039 return compiler_from_import(c, s); in compiler_visit_stmt()