Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h6 bytearray___init___impl(PyByteArrayObject *self, PyObject *arg,
68 return_value = bytearray___init___impl((PyByteArrayObject *)self, arg, encoding, errors); in bytearray___init__()
/third_party/python/Objects/
Dbytearrayobject.c752 bytearray___init___impl(PyByteArrayObject *self, PyObject *arg, in bytearray___init___impl() function