Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c394 static int astfold_keyword(keyword_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
533 CALL_SEQ(astfold_keyword, keyword_ty, node_->v.Call.keywords); in astfold_expr()
578 astfold_keyword(keyword_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_keyword() function
639 CALL_SEQ(astfold_keyword, keyword_ty, node_->v.ClassDef.keywords); in astfold_stmt()