Searched refs:_PyBytes_FormatEx (Results 1 – 3 of 3) sorted by relevance
18 PyAPI_FUNC(PyObject*) _PyBytes_FormatEx(
610 _PyBytes_FormatEx(const char *format, Py_ssize_t format_len, in _PyBytes_FormatEx() function2542 return _PyBytes_FormatEx(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), in bytes_mod()
2293 return _PyBytes_FormatEx(PyByteArray_AS_STRING(v), PyByteArray_GET_SIZE(v), w, 1); in bytearray_mod()