Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
156
def
_PyStackRef_AsPyObjectBorrow(gdbval):
157
return
gdb.Value(int(gdbval[
'bits'
]) & ~USED_TAGS)
158
159
160
class
PyObjectPtr(object):
Callers
1
__init__
Method · 0.85
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…