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

Method choices

django/forms/fields.py:878–879  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

876
877 @property
878 def choices(self):
879 return self._choices
880
881 @choices.setter
882 def choices(self, value):

Callers

nothing calls this directly

Calls 1

normalize_choicesFunction · 0.90

Tested by

no test coverage detected