Lines Matching defs:clear
868 /* Don't clear code object until the end */
932 "cannot clear an executing frame");
937 "F.clear(): clear most references held by the frame");
963 {"clear", (PyCFunction)frame_clear, METH_NOARGS,
1222 _PyFrame_LocalsToFast(_PyInterpreterFrame *frame, int clear)
1246 /* We only care about NULLs if clear is true. */
1249 if (!clear) {
1289 PyFrame_LocalsToFast(PyFrameObject *f, int clear)
1293 _PyFrame_LocalsToFast(f->f_frame, clear);