Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h814 bytes_new_impl(PyTypeObject *type, PyObject *x, const char *encoding,
876 return_value = bytes_new_impl(type, x, encoding, errors); in bytes_new()
/third_party/python/Objects/
Dbytesobject.c2567 bytes_new_impl(PyTypeObject *type, PyObject *x, const char *encoding, in bytes_new_impl() function