Searched refs:bytes_types (Results 1 – 4 of 4) sorted by relevance
32 bytes_types = (bytes, bytearray) # Types acceptable as binary data variable40 if isinstance(s, bytes_types):153 if not isinstance(s, bytes_types):281 if not isinstance(b, bytes_types):
21 bytes_types = pickle.bytes_types variable2269 if isinstance(data, bytes_types):
51 bytes_types = (bytes, bytearray) variable1211 assert isinstance(key, bytes_types)1758 assert isinstance(res, bytes_types)
31 from pickle import bytes_types2064 self.assertIsInstance(s, bytes_types)