Prints multi-column formatting for year calendars
(cols, colwidth=_colwidth, spacing=_spacing)
| 817 | |
| 818 | |
| 819 | def format(cols, colwidth=_colwidth, spacing=_spacing): |
| 820 | """Prints multi-column formatting for year calendars""" |
| 821 | print(formatstring(cols, colwidth, spacing)) |
| 822 | |
| 823 | |
| 824 | def formatstring(cols, colwidth=_colwidth, spacing=_spacing): |
searching dependent graphs…