Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c836 ast_for_decorator(struct compiling *c, const node *n) in ast_for_decorator() function
884 d = ast_for_decorator(c, CHILD(n, i)); in ast_for_decorators()
/external/python/cpython3/Python/
Dast.c1515 ast_for_decorator(struct compiling *c, const node *n) in ast_for_decorator() function
1563 d = ast_for_decorator(c, CHILD(n, i)); in ast_for_decorators()