Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcalendar.py49 _months = [datetime.date(2001, i+1, 1).strftime for i in range(12)] variable in _localized_month
50 _months.insert(0, lambda x: "")
56 funcs = self._months[i]