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

Method patch

rest_framework/decorators.py:276–277  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

274 return self._map('put', func)
275
276 def patch(self, func):
277 return self._map('patch', func)
278
279 def delete(self, func):
280 return self._map('delete', func)

Callers

nothing calls this directly

Calls 1

_mapMethod · 0.95

Tested by

no test coverage detected