MCPcopy
hub / github.com/aio-libs/aiohttp / put

Method put

aiohttp/test_utils.py:382–386  ·  view source on GitHub ↗
(
            self,
            path: StrOrURL,
            **kwargs: Unpack[_RequestOptions],
        )

Source from the content-addressed store, hash-verified

380 ) -> _RequestContextManager: ...
381
382 def put(
383 self,
384 path: StrOrURL,
385 **kwargs: Unpack[_RequestOptions],
386 ) -> _RequestContextManager: ...
387
388 def patch(
389 self,

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected