Searched refs:PyAsyncGenASend (Results 1 – 7 of 7) sorted by relevance
1395 typedef struct PyAsyncGenASend { struct1404 } PyAsyncGenASend; argument1671 PyAsyncGenASend *o; in _PyAsyncGen_ClearFreeLists()1725 async_gen_asend_dealloc(PyAsyncGenASend *o) in async_gen_asend_dealloc()1748 async_gen_asend_traverse(PyAsyncGenASend *o, visitproc visit, void *arg) in async_gen_asend_traverse()1757 async_gen_asend_send(PyAsyncGenASend *o, PyObject *arg) in async_gen_asend_send()1795 async_gen_asend_iternext(PyAsyncGenASend *o) in async_gen_asend_iternext()1802 async_gen_asend_throw(PyAsyncGenASend *o, PyObject *const *args, Py_ssize_t nargs) in async_gen_asend_throw()1825 async_gen_asend_close(PyAsyncGenASend *o, PyObject *args) in async_gen_asend_close()1851 sizeof(PyAsyncGenASend), /* tp_basicsize */[all …]
40 struct PyAsyncGenASend* asend_freelist[_PyAsyncGen_MAXFREELIST];
4986 …<class-decl name='PyAsyncGenASend' is-struct='yes' visibility='default' is-declaration-only='yes' …