Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dgenobject.c1397 PyAsyncGenObject *ags_gen; member
1728 Py_CLEAR(o->ags_gen); in async_gen_asend_dealloc()
1750 Py_VISIT(o->ags_gen); in async_gen_asend_traverse()
1769 if (o->ags_gen->ag_running_async) { in async_gen_asend_send()
1782 o->ags_gen->ag_running_async = 1; in async_gen_asend_send()
1783 result = gen_send((PyGenObject*)o->ags_gen, arg); in async_gen_asend_send()
1784 result = async_gen_unwrap_value(o->ags_gen, result); in async_gen_asend_send()
1813 result = gen_throw((PyGenObject*)o->ags_gen, args, nargs); in async_gen_asend_throw()
1814 result = async_gen_unwrap_value(o->ags_gen, result); in async_gen_asend_throw()
1916 o->ags_gen in async_gen_asend_new()
[all...]

Completed in 4 milliseconds