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

Method prweek

Lib/calendar.py:355–359  ·  view source on GitHub ↗

Print a single week (no newline).

(self, theweek, width)

Source from the content-addressed store, hash-verified

353 """
354
355 def prweek(self, theweek, width):
356 """
357 Print a single week (no newline).
358 """
359 print(self.formatweek(theweek, width), end='')
360
361 def formatday(self, day, weekday, width):
362 """

Callers 1

test_prweekMethod · 0.80

Calls 1

formatweekMethod · 0.95

Tested by 1

test_prweekMethod · 0.64