Home
last modified time | relevance | path

Searched refs:_PyBytes_FormatEx (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dbytesobject.h18 PyAPI_FUNC(PyObject*) _PyBytes_FormatEx(
/third_party/python/Objects/
H A Dbytesobject.c580 _PyBytes_FormatEx(const char *format, Py_ssize_t format_len, in _PyBytes_FormatEx() function
2563 return _PyBytes_FormatEx(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), in bytes_mod()

Completed in 5 milliseconds