Home
last modified time | relevance | path

Searched refs:bytes___bytes___impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h15 bytes___bytes___impl(PyBytesObject *self);
20 return bytes___bytes___impl(self); in bytes___bytes__()
/aosp_15_r20/external/python/cpython3/Objects/
Dbytesobject.c1697 bytes___bytes___impl(PyBytesObject *self) in bytes___bytes___impl() function