MCPcopy
hub / github.com/django/django / _as_tuple

Method _as_tuple

django/contrib/admin/options.py:108–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

106
107 # RemovedInDjango70Warning.
108 def _as_tuple(self):
109 return (self.func, self.name, self.description)
110
111 # RemovedInDjango70Warning.
112 def __iter__(self):

Callers 2

__iter__Method · 0.95
__getitem__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected