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

Method options

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

Source from the content-addressed store, hash-verified

283 return self._map('head', func)
284
285 def options(self, func):
286 return self._map('options', func)
287
288 def trace(self, func):
289 return self._map('trace', func)

Callers

nothing calls this directly

Calls 1

_mapMethod · 0.95

Tested by

no test coverage detected