__builtin__.bytearray.isalpha

bytearray.isalpha() → bool

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