Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c459 static PyObject* ast2obj_arguments(void*);
2640 value = ast2obj_arguments(o->v.FunctionDef.args); in ast2obj_stmt()
2669 value = ast2obj_arguments(o->v.AsyncFunctionDef.args); in ast2obj_stmt()
3106 value = ast2obj_arguments(o->v.Lambda.args); in ast2obj_expr()
3772 ast2obj_arguments(void* _o) in ast2obj_arguments() function
/external/python/cpython2/Python/
DPython-ast.c366 static PyObject* ast2obj_arguments(void*);
2207 value = ast2obj_arguments(o->v.FunctionDef.args); in ast2obj_stmt()
2626 value = ast2obj_arguments(o->v.Lambda.args); in ast2obj_expr()
3222 ast2obj_arguments(void* _o) in ast2obj_arguments() function