Home
last modified time | relevance | path

Searched defs:PyBytes_Concat (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dbytesobject.h18 #define PyBytes_Concat PyString_Concat macro
/external/python/cpython3/Objects/
Dbytesobject.c2929 PyBytes_Concat(PyObject **pv, PyObject *w) in PyBytes_Concat() function
/external/python/cpython2/Objects/
Dbytesobject.c2883 PyBytes_Concat(PyObject **pv, PyObject *w) in PyBytes_Concat() function