Home
last modified time | relevance | path

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

/external/python/cpython3/Misc/NEWS.d/
D3.9.0a4.rst85 `ast_for_dotted_name` to point at the end of the current node and not at the
/external/python/cpython2/Python/
Dast.c804 ast_for_dotted_name(struct compiling *c, const node *n) in ast_for_dotted_name() function
846 name_expr = ast_for_dotted_name(c, CHILD(n, 1)); in ast_for_decorator()