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

Function patch

aiohttp/client.py:727–729  ·  view source on GitHub ↗
(url, **kwargs)

Source from the content-addressed store, hash-verified

725
726
727def patch(url, **kwargs):
728 warnings.warn("Use ClientSession().patch() instead", DeprecationWarning)
729 return request(hdrs.METH_PATCH, url, **kwargs)
730
731
732def delete(url, **kwargs):

Callers 1

goFunction · 0.85

Calls 1

requestFunction · 0.70

Tested by 1

goFunction · 0.68