Home | History | Annotate | Download | only in stringlib

Lines Matching defs:long_format

1406 /* Need to define long_format as a function that will convert a long
1410 #define long_format _PyLong_Format
1413 long_format(PyObject* value, int base)
1429 long_format);