__builtin__.bytearray.isalnum

bytearray.isalnum() → bool

Return True if all characters in B are alphanumeric and there is at least one character in B, False otherwise.