Home
last modified time | relevance | path

Searched defs:firstweekday (Results 1 – 2 of 2) 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/cpython2/Lib/test/
Dtest_calendar.py332 firstweekday = calendar.MONDAY variable in MondayTestCase
390 firstweekday = calendar.SUNDAY variable in SundayTestCase