MCPcopy
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

range_paramsMethod · 0.45

Calls 1

__deepcopy__Method · 0.95

Tested by 1