Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/encode/django-rest-framework
/ post
Method
post
rest_framework/decorators.py:270–271 ·
view source on GitHub ↗
(self, func)
Source
from the content-addressed store, hash-verified
268
return
self._map(
'get'
, func)
269
270
def
post(self, func):
271
return
self._map(
'post'
, func)
272
273
def
put(self, func):
274
return
self._map(
'put'
, func)
Callers
nothing calls this directly
Calls
1
_map
Method · 0.95
Tested by
no test coverage detected