Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_map
Method · 0.95
Tested by
no test coverage detected