Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c3109 stmt_ty except_st; in ast_for_try_stmt() local
3123 except_st = TryExcept(body, handlers, orelse, LINENO(n), in ast_for_try_stmt()
3126 return except_st; in ast_for_try_stmt()
3133 asdl_seq_SET(body, 0, except_st); in ast_for_try_stmt()