MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / put

Function put

mpython/lib/optional/urequests.py:186–187  ·  view source on GitHub ↗
(url, **kw)

Source from the content-addressed store, hash-verified

184
185
186def put(url, **kw):
187 return request("PUT", url, **kw)
188
189
190def patch(url, **kw):

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected