Searched refs:cr_frame (Results 1 – 7 of 7) sorted by relevance
242 elif hasattr(coro, 'cr_frame') and coro.cr_frame:243 coro_frame = coro.cr_frame
29 f = task._coro.cr_frame
238 cr_frame = gi_frame variable in _GeneratorWrapper
1837 if coroutine.cr_frame is None:1839 if coroutine.cr_frame.f_lasti == -1:
975 if (coro->cr_frame == NULL) { in cr_getrunning()978 return PyBool_FromLong(_PyFrame_IsExecuting(coro->cr_frame)); in cr_getrunning()993 {"cr_frame", T_OBJECT, offsetof(PyCoroObject, cr_frame), READONLY|PY_AUDIT_READ},
224 | | cr_frame | frame |1378 ``cr_frame`` attributes.
1918 self.assertIs(wrapper.cr_frame, gen.gi_frame)