Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h35 PyObject *BitOr_type; member
/third_party/python/Python/
H A DPython-ast.c48 Py_CLEAR(state->BitOr_type); in _PyAST_Fini()
1573 state->BitOr_type = make_type(state, "BitOr", state->operator_type, NULL, 0, in init_types()
1575 if (!state->BitOr_type) return 0; in init_types()
1577 *)state->BitOr_type, NULL, NULL); in init_types()
10042 isinstance = PyObject_IsInstance(obj, state->BitOr_type); in obj2ast_operator()
12162 if (PyModule_AddObjectRef(m, "BitOr", state->BitOr_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds