Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
def
put(url, **kw):
187
return
request(
"PUT"
, url, **kw)
188
189
190
def
patch(url, **kw):
Callers
nothing calls this directly
Calls
1
request
Function · 0.85
Tested by
no test coverage detected