Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
''
&
#x27;
Callers
15
__init__
Method · 0.95
iter_locals
Method · 0.95
iter_globals
Method · 0.95
iter_builtins
Method · 0.95
filename
Method · 0.95
current_line_num
Method · 0.95
current_line
Method · 0.95
write_repr
Method · 0.95
print_traceback
Method · 0.95
get_pyop
Method · 0.95
__init__
Method · 0.45
iter_locals
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected