Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h27 PyObject *AsyncWith_type; member
/third_party/python/Python/
H A DPython-ast.c40 Py_CLEAR(state->AsyncWith_type); in _PyAST_Fini()
1244 state->AsyncWith_type = make_type(state, "AsyncWith", state->stmt_type, in init_types()
1247 if (!state->AsyncWith_type) return 0; in init_types()
1248 if (PyObject_SetAttr(state->AsyncWith_type, state->type_comment, Py_None) in init_types()
4018 tp = (PyTypeObject *)state->AsyncWith_type; in ast2obj_stmt()
7234 tp = state->AsyncWith_type; in obj2ast_stmt()
11982 if (PyModule_AddObjectRef(m, "AsyncWith", state->AsyncWith_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds