Path 1: 1 calls (1.0)

['1', '2', '3'] (1)

3 (1)

1 (1)

1def format(cols, colwidth=_colwidth, spacing=_spacing):
2    """Prints multi-column formatting for year calendars"""
3    print(formatstring(cols, colwidth, spacing))