Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1208 PyObject *agt_args; member
1782 Py_CLEAR(o->agt_args); in async_gen_athrow_dealloc()
1791 Py_VISIT(o->agt_args); in async_gen_athrow_traverse()
1822 if (o->agt_args == NULL) { in async_gen_athrow_send()
1840 if (!PyArg_UnpackTuple(o->agt_args, "athrow", 1, 3, in async_gen_athrow_send()
1860 if (o->agt_args) { in async_gen_athrow_send()
1886 if (o->agt_args == NULL) { in async_gen_athrow_send()
1919 if (o->agt_args) { in async_gen_athrow_throw()
2015 o->agt_args = args; in async_gen_athrow_new()