MCPcopy Index your code
hub / github.com/encode/django-rest-framework / patch

Method patch

rest_framework/generics.py:261–262  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

259 return self.update(request, *args, **kwargs)
260
261 def patch(self, request, *args, **kwargs):
262 return self.partial_update(request, *args, **kwargs)
263
264
265class RetrieveDestroyAPIView(mixins.RetrieveModelMixin,

Callers

nothing calls this directly

Calls 1

partial_updateMethod · 0.45

Tested by

no test coverage detected