in bowler/helpers.py [0:0]
def quoted_parts(name: str) -> List[str]: return [f"'{part}'" for part in dotted_parts(name)]