Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ copy
Method
copy
django/http/request.py:708–710 ·
view source on GitHub ↗
Return a mutable copy of this object.
(self)
Source
from the content-addressed store, hash-verified
706
return
super().setdefault(key, default)
707
708
def
copy(self):
709
""
"Return a mutable copy of this object."
""
710
return
self.__deepcopy__({})
711
712
def
urlencode(self, safe=None):
713
""
"
Callers
2
test_non_default_encoding
Method · 0.95
range_params
Method · 0.45
Calls
1
__deepcopy__
Method · 0.95
Tested by
1
test_non_default_encoding
Method · 0.76