Home
last modified time | relevance | path

Searched refs:_PyBytes_Join (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
H A Dbytesobject.h51 /* _PyBytes_Join(sep, x) is like sep.join(x). sep must be PyBytesObject*,
53 PyAPI_FUNC(PyObject *) _PyBytes_Join(PyObject *sep, PyObject *x);
/third_party/python/Modules/_io/
H A Diobase.c996 result = _PyBytes_Join((PyObject *)&_Py_SINGLETON(bytes_empty), chunks); in _io__RawIOBase_readall_impl()
H A Dbufferedio.c1155 Py_XSETREF(res, _PyBytes_Join((PyObject *)&_Py_SINGLETON(bytes_empty), chunks)); in _buffered_readline()
1581 tmp = _PyBytes_Join((PyObject *)&_Py_SINGLETON(bytes_empty), chunks); in _bufferedreader_read_all()
/third_party/python/Modules/_sre/
H A Dsre.c1212 item = _PyBytes_Join(joiner, list); in pattern_subx()
/third_party/python/Objects/
H A Dbytesobject.c1860 _PyBytes_Join(PyObject *sep, PyObject *x) in _PyBytes_Join() function

Completed in 13 milliseconds