Home
last modified time | relevance | path

Searched refs:BinOp_type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast_state.h31 PyObject *BinOp_type; member
/third_party/python/Python/
H A DPython-ast.c44 Py_CLEAR(state->BinOp_type); in _PyAST_Fini()
1353 state->BinOp_type = make_type(state, "BinOp", state->expr_type, in init_types()
1356 if (!state->BinOp_type) return 0; in init_types()
4295 tp = (PyTypeObject *)state->BinOp_type; in ast2obj_expr()
8342 tp = state->BinOp_type; in obj2ast_expr()
12033 if (PyModule_AddObjectRef(m, "BinOp", state->BinOp_type) < 0) { in astmodule_exec()

Completed in 16 milliseconds