Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h19 PyObject *And_type; member
/third_party/python/Python/
DPython-ast.c33 Py_CLEAR(state->And_type); in _PyAST_Fini()
1483 state->And_type = make_type(state, "And", state->boolop_type, NULL, 0, in init_types()
1485 if (!state->And_type) return 0; in init_types()
1486 state->And_singleton = PyType_GenericNew((PyTypeObject *)state->And_type, in init_types()
9636 isinstance = PyObject_IsInstance(obj, state->And_type); in obj2ast_boolop()
11816 if (PyModule_AddObjectRef(m, "And", state->And_type) < 0) { in astmodule_exec()