Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1477 async_gen_unwrap_value(PyAsyncGenObject *gen, PyObject *result) in async_gen_unwrap_value() function
1548 result = async_gen_unwrap_value(o->ags_gen, result); in async_gen_asend_send()
1576 result = async_gen_unwrap_value(o->ags_gen, result); in async_gen_asend_throw()
1849 retval = async_gen_unwrap_value(o->agt_gen, retval); in async_gen_athrow_send()
1861 return async_gen_unwrap_value(o->agt_gen, retval); in async_gen_athrow_send()
1920 return async_gen_unwrap_value(o->agt_gen, retval); in async_gen_athrow_throw()