Prints multi-column formatting for year calendars
(cols, colwidth=_colwidth, spacing=_spacing)
| 636 | |
| 637 | |
| 638 | def format(cols, colwidth=_colwidth, spacing=_spacing): |
| 639 | """Prints multi-column formatting for year calendars""" |
| 640 | print(formatstring(cols, colwidth, spacing)) |
| 641 | |
| 642 | |
| 643 | def formatstring(cols, colwidth=_colwidth, spacing=_spacing): |
nothing calls this directly
no test coverage detected