in filtering/deduplication/save_rust_format.py [0:0]
def find_whitespace(text): for i, c in enumerate(text): if c in string.whitespace: yield i