Searched defs:firstweekday (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_calendar.py | 664 firstweekday = calendar.MONDAY global() variable in MondayTestCase 722 firstweekday = calendar.SUNDAY global() variable in SundayTestCase [all...] |
/third_party/python/Lib/ | ||
H A D | calendar.py | 165 firstweekday = property(getfirstweekday, setfirstweekday) variable in Calendar 616 firstweekday = c.getfirstweekday global() variable [all...] |
Completed in 2 milliseconds