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

Method get

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

Source from the content-addressed store, hash-verified

265 return func
266
267 def get(self, func):
268 return self._map('get', func)
269
270 def post(self, func):
271 return self._map('post', func)

Callers

nothing calls this directly

Calls 1

_mapMethod · 0.95

Tested by

no test coverage detected