Searched refs:bytearray___init___impl (Results 1 – 2 of 2) sorted by relevance
6 bytearray___init___impl(PyByteArrayObject *self, PyObject *arg,68 return_value = bytearray___init___impl((PyByteArrayObject *)self, arg, encoding, errors); in bytearray___init__()
752 bytearray___init___impl(PyByteArrayObject *self, PyObject *arg, in bytearray___init___impl() function