MCPcopy 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_reprMethod · 0.95
proxyvalMethod · 0.45
write_reprMethod · 0.45
proxyvalMethod · 0.45
write_reprMethod · 0.45
__repr__Method · 0.45
proxyvalMethod · 0.45
write_reprMethod · 0.45
proxyvalMethod · 0.45
write_reprMethod · 0.45
proxyvalMethod · 0.45
write_reprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected