Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c872 ast_for_decorators(struct compiling *c, const node *n) in ast_for_decorators() function
928 decorator_seq = ast_for_decorators(c, CHILD(n, 0)); in ast_for_decorated()
/external/python/cpython3/Python/
Dast.c1572 ast_for_decorators(struct compiling *c, const node *n) in ast_for_decorators() function
1690 decorator_seq = ast_for_decorators(c, CHILD(n, 0)); in ast_for_decorated()