Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c380 static PyObject* ast2obj_alias(void*);
2473 value = ast2obj_list(o->v.Import.names, ast2obj_alias); in ast2obj_stmt()
2487 value = ast2obj_list(o->v.ImportFrom.names, ast2obj_alias); in ast2obj_stmt()
3290 ast2obj_alias(void* _o) in ast2obj_alias() function
/external/python/cpython3/Python/
DPython-ast.c491 static PyObject* ast2obj_alias(void*);
2964 value = ast2obj_list(o->v.Import.names, ast2obj_alias); in ast2obj_stmt()
2978 value = ast2obj_list(o->v.ImportFrom.names, ast2obj_alias); in ast2obj_stmt()
3886 ast2obj_alias(void* _o) in ast2obj_alias() function