MCPcopy 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
190def patch(url, **kw):
191 return request("PATCH", url, **kw)
192
193
194def delete(url, **kw):

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected