Home | History | Annotate | Download | only in stringlib

Lines Matching defs:long_format

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

1402 #define long_format _PyLong_Format
1405 long_format(PyObject* value, int base)
1421 long_format);