Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h24 PyObject *AsyncFunctionDef_type; member
/third_party/python/Python/
DPython-ast.c38 Py_CLEAR(state->AsyncFunctionDef_type); in _PyAST_Fini()
1168 state->AsyncFunctionDef_type = make_type(state, "AsyncFunctionDef", in init_types()
1172 if (!state->AsyncFunctionDef_type) return 0; in init_types()
1173 if (PyObject_SetAttr(state->AsyncFunctionDef_type, state->returns, Py_None) in init_types()
1176 if (PyObject_SetAttr(state->AsyncFunctionDef_type, state->type_comment, in init_types()
3688 tp = (PyTypeObject *)state->AsyncFunctionDef_type; in ast2obj_stmt()
5827 tp = state->AsyncFunctionDef_type; in obj2ast_stmt()
11639 state->AsyncFunctionDef_type) < 0) { in astmodule_exec()