Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sanic-org/sanic
/ put
Function
put
tests/test_requests.py:2254–2254 ·
view source on GitHub ↗
(request, foo=None)
Source
from the content-addressed store, hash-verified
2252
@app.put(
"/p/"
)
2253
@app.put(
"/p/<foo>"
)
2254
async
def
put(request, foo=None): ...
2255
2256
with
pytest.raises(
2257
ServerError,
Callers
nothing calls this directly
Calls
1
json
Function · 0.90
Tested by
no test coverage detected