Home
last modified time | relevance | path

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

/third_party/python/Python/
DPython-ast.c631 static PyObject* ast2obj_operator(struct ast_state *state, operator_ty);
3810 value = ast2obj_operator(state, o->v.AugAssign.op); in ast2obj_stmt()
4221 value = ast2obj_operator(state, o->v.BinOp.op); in ast2obj_expr()
4675 PyObject* ast2obj_operator(struct ast_state *state, operator_ty o) in ast2obj_operator() function