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

Method prmonth

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

Print a month's calendar.

(self, theyear, themonth, w=0, l=0)

Source from the content-addressed store, hash-verified

346 return s.center(width)
347
348 def prmonth(self, theyear, themonth, w=0, l=0):
349 """
350 Print a month's calendar.
351 """
352 print(self.formatmonth(theyear, themonth, w, l), end='')
353
354 def formatmonth(self, theyear, themonth, w=0, l=0):
355 """

Callers

nothing calls this directly

Calls 2

formatmonthMethod · 0.95
printFunction · 0.50

Tested by

no test coverage detected