MCPcopy 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
1637def int_from_int(gdbval):
1638 return int(gdbval)
1639
1640
1641def stringify(val):

Callers 8

get_attr_dictMethod · 0.85
get_keys_valuesMethod · 0.85
addr2lineMethod · 0.85
proxyvalMethod · 0.85
write_reprMethod · 0.85
__init__Method · 0.85
proxyvalMethod · 0.85
write_reprMethod · 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…