Searched defs:bytes_obj (Results 1 – 4 of 4) sorted by relevance
340 PyObject *bytes_obj; in int_from_bytes() local
2427 def bytes_to_str(bytes_obj): argument
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