Home
last modified time | relevance | path

Searched defs:firstweekday (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dcalendar.py200 def __init__(self, firstweekday=0): argument
206 def setfirstweekday(self, firstweekday): argument
209 firstweekday = property(getfirstweekday, setfirstweekday) variable in Calendar
615 def __init__(self, firstweekday=0, locale=None): argument
635 def __init__(self, firstweekday=0, locale=None): argument
652 firstweekday = c.getfirstweekday variable
654 def setfirstweekday(firstweekday): argument
/external/python/cpython3/Lib/test/
Dtest_calendar.py760 firstweekday = calendar.MONDAY variable in MondayTestCase
818 firstweekday = calendar.SUNDAY variable in SundayTestCase