Home
last modified time | relevance | path

Searched refs:cssclasses (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dcalendar.py418 cssclasses = ["mon", "tue", "wed", "thu", "fri", "sat", "sun"] variable in HTMLCalendar
421 cssclasses_weekday_head = cssclasses
446 return '<td class="%s">%d</td>' % (self.cssclasses[weekday], day)
/third_party/python/Lib/test/
H A Dtest_calendar.py975 cssclasses = [style + " text-nowrap" for style in variable in TestSubClassingCase.setUp.CustomHTMLCal
976 calendar.HTMLCalendar.cssclasses]

Completed in 3 milliseconds