MCPcopy Index your code
hub / github.com/python/cpython / is_optimized_out

Method is_optimized_out

Tools/gdb/libpython.py:1097–1098  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1095 return PyFramePtr(current_frame)
1096
1097 def is_optimized_out(self):
1098 return self._gdbval.is_optimized_out
1099
1100 def iter_locals(self):
1101 '''

Callers 15

__init__Method · 0.95
iter_localsMethod · 0.95
iter_globalsMethod · 0.95
iter_builtinsMethod · 0.95
filenameMethod · 0.95
current_line_numMethod · 0.95
current_lineMethod · 0.95
write_reprMethod · 0.95
print_tracebackMethod · 0.95
get_pyopMethod · 0.95
__init__Method · 0.45
iter_localsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected