Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcalendar.py383 cssclasses = ["mon", "tue", "wed", "thu", "fri", "sat", "sun"] variable in HTMLCalendar
392 return '<td class="%s">%d</td>' % (self.cssclasses[weekday], day)
405 return '<th class="%s">%s</th>' % (self.cssclasses[day], day_abbr[day])
555 return '<th class="%s">%s</th>' % (self.cssclasses[day], s)