Return a generator of all lettercase permutations of input_string. :rtype: Iterator[str]
Iterator
str
input_string (str) – String of which to permute the case.
Iterator[str]
all_casings()