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

Method pryear

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

Print a year's calendar.

(self, theyear, w=0, l=0, c=6, m=3)

Source from the content-addressed store, hash-verified

405 return ''.join(v)
406
407 def pryear(self, theyear, w=0, l=0, c=6, m=3):
408 """Print a year's calendar."""
409 print(self.formatyear(theyear, w, l, c, m), end='')
410
411
412class HTMLCalendar(Calendar):

Callers

nothing calls this directly

Calls 2

formatyearMethod · 0.95
printFunction · 0.50

Tested by

no test coverage detected