Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c417 static int astfold_mod(mod_ty node_, PyArena *ctx_, int optimize_);
495 astfold_mod(mod_ty node_, PyArena *ctx_, int optimize_) in astfold_mod() function
804 int ret = astfold_mod(mod, arena, optimize); in _PyAST_Optimize()