Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h33 PyObject *BitOr_type; member
/third_party/python/Python/
DPython-ast.c47 Py_CLEAR(state->BitOr_type); in _PyAST_Fini()
1560 state->BitOr_type = make_type(state, "BitOr", state->operator_type, NULL, 0, in init_types()
1562 if (!state->BitOr_type) return 0; in init_types()
1564 *)state->BitOr_type, NULL, NULL); in init_types()
9735 isinstance = PyObject_IsInstance(obj, state->BitOr_type); in obj2ast_operator()
11852 if (PyModule_AddObjectRef(m, "BitOr", state->BitOr_type) < 0) { in astmodule_exec()