Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/django-rest-framework
/ _hasattr
Function
_hasattr
rest_framework/request.py:89–90 ·
view source on GitHub ↗
(obj, name)
Source
from the content-addressed store, hash-verified
87
88
89
def
_hasattr(obj, name):
90
return
not getattr(obj, name) is Empty
91
92
93
def
clone_request(request, method):
Callers
5
stream
Method · 0.85
data
Method · 0.85
_load_data_and_files
Method · 0.85
POST
Method · 0.85
FILES
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected