Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RetiredWizard/PyDOS
/ get
Function
get
mpython/lib/optional/urequests.py:178–179 ·
view source on GitHub ↗
(url, **kw)
Source
from the content-addressed store, hash-verified
176
177
178
def
get(url, **kw):
179
return
request(
"GET"
, url, **kw)
180
181
182
def
post(url, **kw):
Callers
nothing calls this directly
Calls
1
request
Function · 0.85
Tested by
no test coverage detected