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