MCPcopy
hub / github.com/django/django / get_week_format

Method get_week_format

django/views/generic/dates.py:177–182  ·  view source on GitHub ↗

Get a week format string in strptime syntax to be used to parse the week from url variables.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 2

_get_weekdayMethod · 0.95
get_dated_itemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected