Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcalendar.py132 def __init__(self, firstweekday=0): argument
138 def setfirstweekday(self, firstweekday): argument
141 firstweekday = property(getfirstweekday, setfirstweekday) variable in Calendar
510 def __init__(self, firstweekday=0, locale=None): argument
544 def __init__(self, firstweekday=0, locale=None): argument
570 firstweekday = c.getfirstweekday variable
572 def setfirstweekday(firstweekday): argument
/external/python/cpython3/Lib/
Dcalendar.py156 def __init__(self, firstweekday=0): argument
162 def setfirstweekday(self, firstweekday): argument
165 firstweekday = property(getfirstweekday, setfirstweekday) variable in Calendar
568 def __init__(self, firstweekday=0, locale=None): argument
590 def __init__(self, firstweekday=0, locale=None): argument
607 firstweekday = c.getfirstweekday variable
609 def setfirstweekday(firstweekday): argument
/external/python/cpython2/Lib/test/
Dtest_calendar.py332 firstweekday = calendar.MONDAY variable in MondayTestCase
390 firstweekday = calendar.SUNDAY variable in SundayTestCase
/external/python/cpython3/Lib/test/
Dtest_calendar.py639 firstweekday = calendar.MONDAY variable in MondayTestCase
697 firstweekday = calendar.SUNDAY variable in SundayTestCase