Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h79 PyObject *Is_type; member
/third_party/python/Python/
DPython-ast.c93 Py_CLEAR(state->Is_type); in _PyAST_Fini()
1660 state->Is_type = make_type(state, "Is", state->cmpop_type, NULL, 0, in init_types()
1662 if (!state->Is_type) return 0; in init_types()
1663 state->Is_singleton = PyType_GenericNew((PyTypeObject *)state->Is_type, in init_types()
9869 isinstance = PyObject_IsInstance(obj, state->Is_type); in obj2ast_cmpop()
11900 if (PyModule_AddObjectRef(m, "Is", state->Is_type) < 0) { in astmodule_exec()