MCPcopy
hub / github.com/django/django / as_data

Method as_data

django/forms/utils.py:160–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158 self.field_id = field_id
159
160 def as_data(self):
161 return ValidationError(self.data).error_list
162
163 def copy(self):
164 copy = super().copy()

Callers 2

get_json_dataMethod · 0.95
test_error_list_copyMethod · 0.95

Calls 1

ValidationErrorClass · 0.90

Tested by 1

test_error_list_copyMethod · 0.76