Searched refs:astfold_mod (Results 1 – 1 of 1) sorted by relevance
389 static int astfold_mod(mod_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);449 astfold_mod(mod_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_mod() function749 int ret = astfold_mod(mod, arena, state); in _PyAST_Optimize()