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

Method prweek

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

Print a single week (no newline).

(self, theweek, width)

Source from the content-addressed store, hash-verified

299 """
300
301 def prweek(self, theweek, width):
302 """
303 Print a single week (no newline).
304 """
305 print(self.formatweek(theweek, width), end='')
306
307 def formatday(self, day, weekday, width):
308 """

Callers

nothing calls this directly

Calls 2

formatweekMethod · 0.95
printFunction · 0.50

Tested by

no test coverage detected