MCPcopy Create free account
hub / github.com/pallets/quart / put

Method put

src/quart/typing.py:269–269  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

267 async def post(self, *args: Any, **kwargs: Any) -> Response: ...
268
269 async def put(self, *args: Any, **kwargs: Any) -> Response: ...
270
271 async def trace(self, *args: Any, **kwargs: Any) -> Response: ...
272

Callers 3

handle_messagesMethod · 0.45
test_viewFunction · 0.45
publishMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_viewFunction · 0.36