Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c3064 ast_for_try_stmt(struct compiling *c, const node *n) in ast_for_try_stmt() function
3307 return ast_for_try_stmt(c, ch); in ast_for_stmt()
/external/python/cpython3/Python/
Dast.c3785 ast_for_try_stmt(struct compiling *c, const node *n) in ast_for_try_stmt() function
4019 return ast_for_try_stmt(c, ch); in ast_for_stmt()