Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c358 static PyObject* ast2obj_excepthandler(void*);
2431 ast2obj_excepthandler); in ast2obj_stmt()
3174 ast2obj_excepthandler(void* _o) in ast2obj_excepthandler() function
/external/python/cpython3/Python/
DPython-ast.c450 static PyObject* ast2obj_excepthandler(void*);
2931 value = ast2obj_list(o->v.Try.handlers, ast2obj_excepthandler); in ast2obj_stmt()
3725 ast2obj_excepthandler(void* _o) in ast2obj_excepthandler() function