MCPcopy
hub / github.com/django/django / get_json_data

Method get_json_data

django/forms/utils.py:131–132  ·  view source on GitHub ↗
(self, escape_html=False)

Source from the content-addressed store, hash-verified

129 return {f: e.as_data() for f, e in self.items()}
130
131 def get_json_data(self, escape_html=False):
132 return {f: e.get_json_data(escape_html) for f, e in self.items()}
133
134 def get_context(self):
135 return {

Callers 3

as_jsonMethod · 0.45
test_error_dictMethod · 0.45

Calls 1

itemsMethod · 0.45

Tested by 2

test_error_dictMethod · 0.36