Searched refs:_months (Results 1 – 1 of 1) sorted by relevance
52 _months = [datetime.date(2001, i+1, 1).strftime for i in range(12)] variable in _localized_month53 _months.insert(0, lambda x: "")59 funcs = self._months[i]