MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / fake_urlopen

Function fake_urlopen

tests/test_desktop_gui.py:1750–1752  ·  view source on GitHub ↗
(request, timeout=20)

Source from the content-addressed store, hash-verified

1748
1749 class FakeResponse:
1750 def __enter__(self):
1751 return self
1752
1753 def __exit__(self, *args):
1754 return False
1755

Callers

nothing calls this directly

Calls 1

FakeResponseClass · 0.70

Tested by

no test coverage detected