Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h104 PyObject *Mod_type; member
/third_party/python/Python/
DPython-ast.c118 Py_CLEAR(state->Mod_type); in _PyAST_Fini()
1532 state->Mod_type = make_type(state, "Mod", state->operator_type, NULL, 0, in init_types()
1534 if (!state->Mod_type) return 0; in init_types()
1535 state->Mod_singleton = PyType_GenericNew((PyTypeObject *)state->Mod_type, in init_types()
9703 isinstance = PyObject_IsInstance(obj, state->Mod_type); in obj2ast_operator()
11840 if (PyModule_AddObjectRef(m, "Mod", state->Mod_type) < 0) { in astmodule_exec()