Searched refs:FunctionType_type (Results 1 – 2 of 2) sorted by relevance
60 PyObject *FunctionType_type; member
74 Py_CLEAR(state->FunctionType_type); in _PyAST_Fini()1119 state->FunctionType_type = make_type(state, "FunctionType", in init_types()1123 if (!state->FunctionType_type) return 0; in init_types()3617 tp = (PyTypeObject *)state->FunctionType_type; in ast2obj_mod()5507 tp = state->FunctionType_type; in obj2ast_mod()11628 if (PyModule_AddObjectRef(m, "FunctionType", state->FunctionType_type) < 0) in astmodule_exec()