Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ as_address
Method
as_address
Tools/gdb/libpython.py:1268–1269 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1266
out.write(
')'
)
1267
1268
def
as_address(self):
1269
return
int(self._gdbval)
1270
1271
def
print_traceback(self):
1272
if
self.is_optimized_out():
Callers
14
write_repr
Method · 0.95
proxyval
Method · 0.45
write_repr
Method · 0.45
proxyval
Method · 0.45
write_repr
Method · 0.45
__repr__
Method · 0.45
proxyval
Method · 0.45
write_repr
Method · 0.45
proxyval
Method · 0.45
write_repr
Method · 0.45
proxyval
Method · 0.45
write_repr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected