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

Function _PyStackRef_AsPyObjectBorrow

Tools/gdb/libpython.py:156–157  ·  view source on GitHub ↗
(gdbval)

Source from the content-addressed store, hash-verified

154
155
156def _PyStackRef_AsPyObjectBorrow(gdbval):
157 return gdb.Value(int(gdbval['bits']) & ~USED_TAGS)
158
159
160class PyObjectPtr(object):

Callers 1

__init__Method · 0.85

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…