Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c485 static PyObject* ast2obj_keyword(void*);
2704 value = ast2obj_list(o->v.ClassDef.keywords, ast2obj_keyword); in ast2obj_stmt()
3286 value = ast2obj_list(o->v.Call.keywords, ast2obj_keyword); in ast2obj_expr()
3858 ast2obj_keyword(void* _o) in ast2obj_keyword() function
/external/python/cpython2/Python/
DPython-ast.c374 static PyObject* ast2obj_keyword(void*);
2791 value = ast2obj_list(o->v.Call.keywords, ast2obj_keyword); in ast2obj_expr()
3261 ast2obj_keyword(void* _o) in ast2obj_keyword() function