Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h72 PyObject *In_type; member
/third_party/python/Python/
DPython-ast.c86 Py_CLEAR(state->In_type); in _PyAST_Fini()
1672 state->In_type = make_type(state, "In", state->cmpop_type, NULL, 0, in init_types()
1674 if (!state->In_type) return 0; in init_types()
1675 state->In_singleton = PyType_GenericNew((PyTypeObject *)state->In_type, in init_types()
9885 isinstance = PyObject_IsInstance(obj, state->In_type); in obj2ast_cmpop()
11906 if (PyModule_AddObjectRef(m, "In", state->In_type) < 0) { in astmodule_exec()