MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / format

Function format

tools/python-3.11.9-amd64/Lib/calendar.py:638–640  ·  view source on GitHub ↗

Prints multi-column formatting for year calendars

(cols, colwidth=_colwidth, spacing=_spacing)

Source from the content-addressed store, hash-verified

636
637
638def format(cols, colwidth=_colwidth, spacing=_spacing):
639 """Prints multi-column formatting for year calendars"""
640 print(formatstring(cols, colwidth, spacing))
641
642
643def formatstring(cols, colwidth=_colwidth, spacing=_spacing):

Callers

nothing calls this directly

Calls 2

formatstringFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected