MCPcopy 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
178def get(url, **kw):
179 return request("GET", url, **kw)
180
181
182def post(url, **kw):

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected