Home
last modified time | relevance | path

Searched refs:async_gen_unwrap_value (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dgenobject.c1692 async_gen_unwrap_value(PyAsyncGenObject *gen, PyObject *result) in async_gen_unwrap_value() function
1784 result = async_gen_unwrap_value(o->ags_gen, result); in async_gen_asend_send()
1814 result = async_gen_unwrap_value(o->ags_gen, result); in async_gen_asend_throw()
2140 retval = async_gen_unwrap_value(o->agt_gen, retval); in async_gen_athrow_send()
2152 return async_gen_unwrap_value(o->agt_gen, retval); in async_gen_athrow_send()
2210 return async_gen_unwrap_value(o->agt_gen, retval); in async_gen_athrow_throw()