Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h37 PyObject *BitXor_type; member
/third_party/python/Python/
H A DPython-ast.c50 Py_CLEAR(state->BitXor_type); in _PyAST_Fini()
1579 state->BitXor_type = make_type(state, "BitXor", state->operator_type, NULL, in init_types()
1582 if (!state->BitXor_type) return 0; in init_types()
1584 *)state->BitXor_type, NULL, in init_types()
10050 isinstance = PyObject_IsInstance(obj, state->BitXor_type); in obj2ast_operator()
12165 if (PyModule_AddObjectRef(m, "BitXor", state->BitXor_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds