Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h25 PyObject *AsyncWith_type; member
/third_party/python/Python/
DPython-ast.c39 Py_CLEAR(state->AsyncWith_type); in _PyAST_Fini()
1235 state->AsyncWith_type = make_type(state, "AsyncWith", state->stmt_type, in init_types()
1238 if (!state->AsyncWith_type) return 0; in init_types()
1239 if (PyObject_SetAttr(state->AsyncWith_type, state->type_comment, Py_None) in init_types()
3970 tp = (PyTypeObject *)state->AsyncWith_type; in ast2obj_stmt()
7091 tp = state->AsyncWith_type; in obj2ast_stmt()
11675 if (PyModule_AddObjectRef(m, "AsyncWith", state->AsyncWith_type) < 0) { in astmodule_exec()