MCPcopy
hub / github.com/django/django / choices

Method choices

django/forms/widgets.py:841–842  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

839
840 @property
841 def choices(self):
842 return self._choices
843
844 @choices.setter
845 def choices(self, value):

Callers

nothing calls this directly

Calls 1

normalize_choicesFunction · 0.90

Tested by

no test coverage detected