Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast.c1216 ast_for_arg(struct compiling *c, const node *n) in ast_for_arg() function
1426 arg = ast_for_arg(c, ch); in ast_for_arguments()
1449 vararg = ast_for_arg(c, ch); in ast_for_arguments()
1467 kwarg = ast_for_arg(c, ch); in ast_for_arguments()