Searched defs:firstweekday (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | calendar.py | 200 def __init__(self, firstweekday=0): argument |
/external/python/cpython3/Lib/test/ | ||
D | test_calendar.py | 760 firstweekday = calendar.MONDAY variable in MondayTestCase |