in dataflux_core/range_splitter.py [0:0]
def __init__(self, alphabet_map: dict[int, str],
sorted_alphabet: Sequence[str]):
self.alphabet_map = alphabet_map
self.sorted_alphabet = sorted_alphabet
self.alphabet_set = set(sorted_alphabet)