MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / int_to_decimal_string

Function int_to_decimal_string

Objects/intobject.c:1171–1185  ·  view source on GitHub ↗

Convert an integer to a decimal string. On many platforms, this will be significantly faster than the general arbitrary-base conversion machinery in _PyInt_Format, thanks to optimization opportunities offered by division by a compile-time constant. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_PyInt_FormatFunction · 0.85

Calls 1

Tested by

no test coverage detected