Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h30 PyObject *BitAnd_singleton; member
/third_party/python/Python/
DPython-ast.c44 Py_CLEAR(state->BitAnd_singleton); in _PyAST_Fini()
1578 state->BitAnd_singleton = PyType_GenericNew((PyTypeObject in init_types()
1581 if (!state->BitAnd_singleton) return 0; in init_types()
4712 Py_INCREF(state->BitAnd_singleton); in ast2obj_operator()
4713 return state->BitAnd_singleton; in ast2obj_operator()