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

Method get_weekday_names

Lib/test/test_calendar.py:757–758  ·  view source on GitHub ↗
(width)

Source from the content-addressed store, hash-verified

755 self.skipTest('weekday names are too long')
756
757 def get_weekday_names(width):
758 return calendar.TextCalendar().formatweekheader(width).split()
759
760 # Weekday names should not be abbreviated if the width is sufficient
761 self.assertEqual(

Callers

nothing calls this directly

Calls 2

splitMethod · 0.45
formatweekheaderMethod · 0.45

Tested by

no test coverage detected