MCPcopy
hub / github.com/django/django / copy

Method copy

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

Source from the content-addressed store, hash-verified

161 return ValidationError(self.data).error_list
162
163 def copy(self):
164 copy = super().copy()
165 copy.error_class = self.error_class
166 copy.renderer = self.renderer
167 return copy
168
169 def get_json_data(self, escape_html=False):
170 errors = []

Callers 15

response_addMethod · 0.45
as_sqlMethod · 0.45
__invert__Method · 0.45
__invert__Method · 0.45
__invert__Method · 0.45
MySQLIntrospectionClass · 0.45
as_oracleMethod · 0.45
as_sqliteMethod · 0.45
as_oracleMethod · 0.45
as_oracleMethod · 0.45
as_oracleMethod · 0.45

Calls

no outgoing calls