Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h30 PyObject *Await_type; member
/third_party/python/Python/
H A DPython-ast.c43 Py_CLEAR(state->Await_type); in _PyAST_Fini()
1393 state->Await_type = make_type(state, "Await", state->expr_type, in init_types()
1396 if (!state->Await_type) return 0; in init_types()
4459 tp = (PyTypeObject *)state->Await_type; in ast2obj_expr()
8998 tp = state->Await_type; in obj2ast_expr()
12064 if (PyModule_AddObjectRef(m, "Await", state->Await_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds