Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h33 PyObject *BitAnd_type; member
/third_party/python/Python/
H A DPython-ast.c46 Py_CLEAR(state->BitAnd_type); in _PyAST_Fini()
1587 state->BitAnd_type = make_type(state, "BitAnd", state->operator_type, NULL, in init_types()
1590 if (!state->BitAnd_type) return 0; in init_types()
1592 *)state->BitAnd_type, NULL, in init_types()
10058 isinstance = PyObject_IsInstance(obj, state->BitAnd_type); in obj2ast_operator()
12168 if (PyModule_AddObjectRef(m, "BitAnd", state->BitAnd_type) < 0) { in astmodule_exec()

Completed in 19 milliseconds