Searched refs:Await_type (Results 1 – 1 of 1) sorted by relevance
260 static PyTypeObject *Await_type; variable936 Await_type = make_type("Await", expr_type, Await_fields, 1); in init_types()937 if (!Await_type) return 0; in init_types()3222 result = PyType_GenericNew(Await_type, NULL, NULL); in ast2obj_expr()6365 isinstance = PyObject_IsInstance(obj, (PyObject*)Await_type); in obj2ast_expr()8238 if (PyDict_SetItemString(d, "Await", (PyObject*)Await_type) < 0) return in PyInit__ast()