Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h133 PyObject *Sub_type; member
/third_party/python/Python/
DPython-ast.c147 Py_CLEAR(state->Sub_type); in _PyAST_Fini()
1506 state->Sub_type = make_type(state, "Sub", state->operator_type, NULL, 0, in init_types()
1508 if (!state->Sub_type) return 0; in init_types()
1509 state->Sub_singleton = PyType_GenericNew((PyTypeObject *)state->Sub_type, in init_types()
9671 isinstance = PyObject_IsInstance(obj, state->Sub_type); in obj2ast_operator()
11828 if (PyModule_AddObjectRef(m, "Sub", state->Sub_type) < 0) { in astmodule_exec()