Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c474 static PyObject* ast2obj_arg(void*);
3782 value = ast2obj_list(o->args, ast2obj_arg); in ast2obj_arguments()
3787 value = ast2obj_arg(o->vararg); in ast2obj_arguments()
3792 value = ast2obj_list(o->kwonlyargs, ast2obj_arg); in ast2obj_arguments()
3802 value = ast2obj_arg(o->kwarg); in ast2obj_arguments()
3820 ast2obj_arg(void* _o) in ast2obj_arg() function