Searched refs:bytes_obj (Results 1 – 3 of 3) sorted by relevance
192 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj,201 PyObject *bytes_obj; in int_from_bytes() local206 &bytes_obj, &byteorder, &is_signed)) { in int_from_bytes()209 return_value = int_from_bytes_impl(type, bytes_obj, byteorder, is_signed); in int_from_bytes()
1378 bytes_obj = unicode_obj.encode('utf8')1380 msg.map_string_string[bytes_obj] = bytes_obj
5247 int_from_bytes_impl(PyTypeObject *type, PyObject *bytes_obj, in int_from_bytes_impl() argument5264 bytes = PyObject_Bytes(bytes_obj); in int_from_bytes_impl()