MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / is_optimized_out

Method is_optimized_out

Tools/gdb/libpython.py:197–207  ·  view source on GitHub ↗

Is the value of the underlying PyObject* visible to the debugger? This can vary with the precise version of the compiler used to build Python, and the precise version of gdb. See e.g. https://bugzilla.redhat.com/show_bug.cgi?id=556975 with PyEval_EvalFrameE

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

__init__Method · 0.80
iter_localsMethod · 0.80
iter_globalsMethod · 0.80
iter_builtinsMethod · 0.80
filenameMethod · 0.80
current_line_numMethod · 0.80
current_lineMethod · 0.80
write_reprMethod · 0.80
get_pyopMethod · 0.80
print_summaryMethod · 0.80
invokeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected