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

Method trace

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

Source from the content-addressed store, hash-verified

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