Home
last modified time | relevance | path

Searched refs:int_to_decimal_string (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dintobject.c1168 int_to_decimal_string(PyIntObject *v) { in int_to_decimal_string() function
1209 return int_to_decimal_string(v); in _PyInt_Format()
1420 (reprfunc)int_to_decimal_string, /* tp_repr */
1426 (reprfunc)int_to_decimal_string, /* tp_str */