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

Class _FakeResponse

experiments/tests/test_profile_bootstrap.py:785–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783 coldstart_agent.db_ops.DB_PATH = test_db_path
784
785 class _FakeResponse:
786 def __init__(self, text: str):
787 self.text = text
788
789 def raise_for_status(self):
790 return None
791
792 captured = {}
793

Calls

no outgoing calls