Path 1: 8 calls (1.0)
1def __init__(self): 2 # in case there is more than one possible delimiter 3 self.preferred = [',', '\t', ';', ' ', ':']