Home
last modified time | relevance | path

Searched refs:_PyBytes_FormatEx (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dbytesobject.h18 PyAPI_FUNC(PyObject*) _PyBytes_FormatEx(
/third_party/python/Objects/
Dbytesobject.c610 _PyBytes_FormatEx(const char *format, Py_ssize_t format_len, in _PyBytes_FormatEx() function
2542 return _PyBytes_FormatEx(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), in bytes_mod()
Dbytearrayobject.c2293 return _PyBytes_FormatEx(PyByteArray_AS_STRING(v), PyByteArray_GET_SIZE(v), w, 1); in bytearray_mod()