Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h118 PyObject *Or_type; member
/third_party/python/Python/
DPython-ast.c132 Py_CLEAR(state->Or_type); in _PyAST_Fini()
1489 state->Or_type = make_type(state, "Or", state->boolop_type, NULL, 0, in init_types()
1491 if (!state->Or_type) return 0; in init_types()
1492 state->Or_singleton = PyType_GenericNew((PyTypeObject *)state->Or_type, in init_types()
9644 isinstance = PyObject_IsInstance(obj, state->Or_type); in obj2ast_boolop()
11819 if (PyModule_AddObjectRef(m, "Or", state->Or_type) < 0) { in astmodule_exec()