Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ patch
Function
patch
mpython/lib/optional/urequests.py:190–191 ·
view source on GitHub ↗
(url, **kw)
Source
from the content-addressed store, hash-verified
188
189
190
def
patch(url, **kw):
191
return
request(
"PATCH"
, url, **kw)
192
193
194
def
delete(url, **kw):
Callers
nothing calls this directly
Calls
1
request
Function · 0.85
Tested by
no test coverage detected