MCPcopy
hub / github.com/encode/django-rest-framework / data

Method data

rest_framework/request.py:218–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

216
217 @property
218 def data(self):
219 if not _hasattr(self, '_full_data'):
220 with wrap_attributeerrors():
221 self._load_data_and_files()
222 return self._full_data
223
224 @property
225 def user(self):

Callers 6

doAjaxSubmitFunction · 0.45
bootstrap.min.jsFile · 0.45
iFunction · 0.45
rFunction · 0.45
eFunction · 0.45
lFunction · 0.45

Calls 3

_load_data_and_filesMethod · 0.95
_hasattrFunction · 0.85
wrap_attributeerrorsFunction · 0.85

Tested by

no test coverage detected