Searched refs:AsyncFunctionDef_type (Results 1 – 2 of 2) sorted by relevance
26 PyObject *AsyncFunctionDef_type; member
39 Py_CLEAR(state->AsyncFunctionDef_type); in _PyAST_Fini()1177 state->AsyncFunctionDef_type = make_type(state, "AsyncFunctionDef", in init_types()1181 if (!state->AsyncFunctionDef_type) return 0; in init_types()1182 if (PyObject_SetAttr(state->AsyncFunctionDef_type, state->returns, Py_None) in init_types()1185 if (PyObject_SetAttr(state->AsyncFunctionDef_type, state->type_comment, in init_types()3736 tp = (PyTypeObject *)state->AsyncFunctionDef_type; in ast2obj_stmt()5970 tp = state->AsyncFunctionDef_type; in obj2ast_stmt()11946 state->AsyncFunctionDef_type) < 0) { in astmodule_exec()