Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcalendar.py52 _months = [datetime.date(2001, i+1, 1).strftime for i in range(12)] variable in _localized_month
53 _months.insert(0, lambda x: "")
59 funcs = self._months[i]