MCPcopy Index your code
hub / github.com/python/cpython / pryear

Method pryear

Lib/calendar.py:464–466  ·  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

462 return ''.join(v)
463
464 def pryear(self, theyear, w=0, l=0, c=6, m=3):
465 """Print a year's calendar."""
466 print(self.formatyear(theyear, w, l, c, m), end='')
467
468
469class HTMLCalendar(Calendar):

Callers 1

test_pryearMethod · 0.80

Calls 1

formatyearMethod · 0.95

Tested by 1

test_pryearMethod · 0.64