Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A 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()

Completed in 4 milliseconds