Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ int_from_int
Function
int_from_int
Tools/gdb/libpython.py:1637–1638 ·
view source on GitHub ↗
(gdbval)
Source
from the content-addressed store, hash-verified
1635
1636
1637
def
int_from_int(gdbval):
1638
return
int(gdbval)
1639
1640
1641
def
stringify(val):
Callers
8
get_attr_dict
Method · 0.85
get_keys_values
Method · 0.85
addr2line
Method · 0.85
proxyval
Method · 0.85
write_repr
Method · 0.85
__init__
Method · 0.85
proxyval
Method · 0.85
write_repr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…