Searched defs:bytes_obj (Results 1 – 3 of 3) sorted by relevance
340 PyObject *bytes_obj; in int_from_bytes() local
5489 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl()
2492 PyObject *bytes_obj = PyBytes_FromObject(obj); in save_bytearray() local