Lines Matching full:bytearray
1346 if type(s) not in (unicode, str, bytearray):1352 elif isinstance(s, bytearray):1353 s = bytearray.__str__(s)