Searched refs:_PyLong_FormatWriter (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_long.h | 98 PyAPI_FUNC(int) _PyLong_FormatWriter(
|
/third_party/python/Python/ |
H A D | formatter_unicode.c | 7 #include "pycore_long.h" // _PyLong_FormatWriter() 975 return _PyLong_FormatWriter(writer, value, base, format->alternate); in format_long_internal() 1500 return _PyLong_FormatWriter(writer, obj, 10, 0); in _PyLong_FormatAdvancedWriter()
|
/third_party/python/Objects/ |
H A D | longobject.c | 2106 _PyLong_FormatWriter(_PyUnicodeWriter *writer, in _PyLong_FormatWriter() function
|
H A D | unicodeobject.c | 50 #include "pycore_long.h" // _PyLong_FormatWriter() 14613 if (_PyLong_FormatWriter(writer, v, base, alternate) == -1) { in mainformatlong() 14900 if (_PyLong_FormatWriter(writer, v, 10, arg->flags & F_ALT) == -1) in unicode_format_arg_format()
|
Completed in 28 milliseconds