Get a week format string in strptime syntax to be used to parse the week from url variables.
(self)
| 175 | week = None |
| 176 | |
| 177 | def get_week_format(self): |
| 178 | """ |
| 179 | Get a week format string in strptime syntax to be used to parse the |
| 180 | week from url variables. |
| 181 | """ |
| 182 | return self.week_format |
| 183 | |
| 184 | def get_week(self): |
| 185 | """Return the week for which this view should display data.""" |
no outgoing calls
no test coverage detected