MCPcopy 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
194def delete(url, **kw):
195 return request("DELETE", url, **kw)

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected