MCPcopy Index your code
hub / github.com/RustPython/RustPython / prweek

Method prweek

Lib/calendar.py:336–340  ·  view source on GitHub ↗

Print a single week (no newline).

(self, theweek, width)

Source from the content-addressed store, hash-verified

334 """
335
336 def prweek(self, theweek, width):
337 """
338 Print a single week (no newline).
339 """
340 print(self.formatweek(theweek, width), end='')
341
342 def formatday(self, day, weekday, width):
343 """

Callers 1

test_prweekMethod · 0.80

Calls 2

formatweekMethod · 0.95
printFunction · 0.50

Tested by 1

test_prweekMethod · 0.64