Home | History | Annotate | Download | only in stringlib

Lines Matching defs:long_format

1390 /* Need to define long_format as a function that will convert a long

1394 #define long_format _PyLong_Format
1397 long_format(PyObject* value, int base)
1413 long_format);