Home | History | Annotate | Download | only in Objects

Lines Matching refs:int_to_decimal_string

1165 int_to_decimal_string(PyIntObject *v) {
1206 return int_to_decimal_string(v);
1417 (reprfunc)int_to_decimal_string, /* tp_repr */
1423 (reprfunc)int_to_decimal_string, /* tp_str */