Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
727
def
patch(url, **kwargs):
728
warnings.warn(
"Use ClientSession().patch() instead"
, DeprecationWarning)
729
return
request(hdrs.METH_PATCH, url, **kwargs)
730
731
732
def
delete(url, **kwargs):
Callers
1
go
Function · 0.85
Calls
1
request
Function · 0.70
Tested by
1
go
Function · 0.68