Home
last modified time | relevance | path

Searched defs:self_start (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dbytearrayobject.c1203 const char *self_start = PyByteArray_AS_STRING(self); in bytearray_removeprefix_impl() local
1235 const char *self_start = PyByteArray_AS_STRING(self); in bytearray_removesuffix_impl() local
Dbytesobject.c2201 const char *self_start = PyBytes_AS_STRING(self); in bytes_removeprefix_impl() local
2239 const char *self_start = PyBytes_AS_STRING(self); in bytes_removesuffix_impl() local