Lines Matching defs:frame
253 frame: object
263 PyObject *frame)
515 the first is the signal number, the second is the interrupted stack frame.
1443 the first is the signal number, the second is the interrupted stack frame.");
1839 _PyInterpreterFrame *frame = tstate->cframe->current_frame;
1840 while (frame && _PyFrame_IsIncomplete(frame)) {
1841 frame = frame->previous;
1875 if (frame == NULL) {
1879 PyFrameObject *f = _PyFrame_GetFrameObject(frame);