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

Method choices

django/db/models/fields/__init__.py:584–585  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

582
583 @property
584 def choices(self):
585 return self._choices
586
587 @choices.setter
588 def choices(self, value):

Callers

nothing calls this directly

Calls 1

normalize_choicesFunction · 0.90

Tested by

no test coverage detected