Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dgenobject.c893 make_gen(PyTypeObject *type, PyFunctionObject *func) in make_gen() function
925 return make_gen(&PyGen_Type, func); in _Py_MakeCoro()
929 o = (PyAsyncGenObject *)make_gen(&PyAsyncGen_Type, func); in _Py_MakeCoro()
940 PyObject *coro = make_gen(&PyCoro_Type, func); in _Py_MakeCoro()
/third_party/python/Python/
H A Dcompile.c8185 struct instr make_gen = { in insert_prefix_instructions() local
8194 if (insert_instruction(entryblock, 0, &make_gen) < 0) { in insert_prefix_instructions()

Completed in 15 milliseconds