Searched defs:bytes_obj (Results 1 – 5 of 5) sorted by relevance
355 PyObject *bytes_obj; in int_from_bytes() local
615 PyObject *bytes_obj = PyBytes_FromStringAndSize(NULL, buf->len); in bytes_from_buffer() local
2493 PyObject *bytes_obj = PyBytes_FromObject(obj); in save_bytearray() local
2427 def bytes_to_str(bytes_obj): argument
5923 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl()