Get a year format string in strptime syntax to be used to parse the year from url variables.
(self)
| 25 | year = None |
| 26 | |
| 27 | def get_year_format(self): |
| 28 | """ |
| 29 | Get a year format string in strptime syntax to be used to parse the |
| 30 | year from url variables. |
| 31 | """ |
| 32 | return self.year_format |
| 33 | |
| 34 | def get_year(self): |
| 35 | """Return the year for which this view should display data.""" |
no outgoing calls
no test coverage detected