Searched refs:_gen_throw (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Objects/ |
D | genobject.c | 397 _gen_throw(PyGenObject *gen, int close_on_genexit, in _gen_throw() function 426 ret = _gen_throw((PyGenObject *)yf, close_on_genexit, in _gen_throw() 535 return _gen_throw(gen, 1, typ, val, tb); in gen_throw() 1826 retval = _gen_throw((PyGenObject *)gen, in async_gen_athrow_send() 1845 retval = _gen_throw((PyGenObject *)gen, in async_gen_athrow_send()
|