Searched refs:is_internal_frame (Results 1 – 3 of 3) sorted by relevance
764 is_internal_frame(PyFrameObject *frame) in is_internal_frame() function824 } while (frame != NULL && is_internal_frame(frame)); in next_external_frame()843 if (stack_level <= 0 || is_internal_frame(f)) { in setup_context()
207 Python/_warnings.c:is_internal_frame():bootstrap_string static PyObject *bootstrap_string208 Python/_warnings.c:is_internal_frame():importlib_string static PyObject *importlib_string
87 Python/_warnings.c is_internal_frame bootstrap_string variable static PyObject *bootstrap_string348 Python/_warnings.c is_internal_frame importlib_string variable static PyObject *importlib_string