Path 1: 1 calls (1.0)
→ cols ['1', '2', '3'] (1)
→ colwidth 3 (1)
→ spacing 1 (1)
1def format(cols, colwidth=_colwidth, spacing=_spacing): 2 """Prints multi-column formatting for year calendars""" 3 print(formatstring(cols, colwidth, spacing))