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

Method patch

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

Source from the content-addressed store, hash-verified

386 ) -> _RequestContextManager: ...
387
388 def patch(
389 self,
390 path: StrOrURL,
391 **kwargs: Unpack[_RequestOptions],
392 ) -> _RequestContextManager: ...
393
394 def delete(
395 self,

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected