Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c950 ast_for_lambdef(struct compiling *c, const node *n) in ast_for_lambdef() function
1858 return ast_for_lambdef(c, CHILD(n, 0)); in ast_for_expr()
/external/python/cpython3/Python/
Dast.c1695 ast_for_lambdef(struct compiling *c, const node *n) in ast_for_lambdef() function
2564 return ast_for_lambdef(c, CHILD(n, 0)); in ast_for_expr()