Searched refs:Module_type (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_ast_state.h | 105 PyObject *Module_type; member
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 18 static PyTypeObject *Module_type; variable 677 Module_type = make_type("Module", mod_type, Module_fields, 1); in init_types() 678 if (!Module_type) return 0; in init_types() 2145 result = PyType_GenericNew(Module_type, NULL, NULL); in ast2obj_mod() 3330 isinstance = PyObject_IsInstance(obj, (PyObject*)Module_type); in obj2ast_mod() 6773 if (PyDict_SetItemString(d, "Module", (PyObject*)Module_type) < 0) in init_ast() 6936 req_type[0] = (PyObject*)Module_type; in PyAST_obj2mod()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 119 Py_CLEAR(state->Module_type); in _PyAST_Fini() 1107 state->Module_type = make_type(state, "Module", state->mod_type, in init_types() 1110 if (!state->Module_type) return 0; in init_types() 3580 tp = (PyTypeObject *)state->Module_type; in ast2obj_mod() 5342 tp = state->Module_type; in obj2ast_mod() 11619 if (PyModule_AddObjectRef(m, "Module", state->Module_type) < 0) { in astmodule_exec() 12026 req_type[0] = state->Module_type; in PyAST_obj2mod()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 6485 …<var-decl name='Module_type' type-id='type-id-16' visibility='default' filepath='./Include/interna…
|