Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1267 PyObject *agt_args; member
1841 Py_CLEAR(o->agt_args); in async_gen_athrow_dealloc()
1850 Py_VISIT(o->agt_args); in async_gen_athrow_traverse()
1881 if (o->agt_args == NULL) { in async_gen_athrow_send()
1899 if (!PyArg_UnpackTuple(o->agt_args, "athrow", 1, 3, in async_gen_athrow_send()
1919 if (o->agt_args) { in async_gen_athrow_send()
1945 if (o->agt_args == NULL) { in async_gen_athrow_send()
1978 if (o->agt_args) { in async_gen_athrow_throw()
2074 o->agt_args = args; in async_gen_athrow_new()