Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c389 static int astfold_mod(mod_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
449 astfold_mod(mod_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_mod() function
749 int ret = astfold_mod(mod, arena, state); in _PyAST_Optimize()