跳到主要内容

Coroutine Objects

  • type PyCoroObject
  • PyTypeObject PyCoro_Type
  • int PyCoro_CheckExact(PyObject *ob)
  • PyObject *PyCoro_New(PyFrameObject *frame, PyObject *name, PyObject *qualname)