MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / read

Method read

tests/unit/test_issue_duplicate_scripts.py:229–230  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 return False
228
229 def read(self):
230 return b'not-json'
231
232 monkeypatch.setattr(
233 module.urllib.request, 'urlopen', lambda *args, **kwargs: DummyResponse()

Calls

no outgoing calls

Tested by

no test coverage detected