Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
doAjaxSubmit
Function · 0.45
bootstrap.min.js
File · 0.45
i
Function · 0.45
r
Function · 0.45
e
Function · 0.45
l
Function · 0.45
Calls
3
_load_data_and_files
Method · 0.95
_hasattr
Function · 0.85
wrap_attributeerrors
Function · 0.85
Tested by
no test coverage detected