Searched refs:binary_types (Results 1 – 3 of 3) sorted by relevance
30 binary_types = (bytes,bytearray) variable37 binary_types = (str,bytearray) variable39 binary_types = (str,) variable
408 elif isinstance(s, compat.binary_types):432 if not isinstance(x, compat.binary_types):
210 binary_type = compat.binary_types[0] # this will always exist