MCPcopy
hub / github.com/ModelEngine-Group/nexent / post

Method post

test/backend/data_process/test_tasks.py:795–796  ·  view source on GitHub ↗
(self, *a, **k)

Source from the content-addressed store, hash-verified

793 return False
794
795 def post(self, *a, **k):
796 raise ClientConnectorError("down")
797
798 # Provide both error types because tasks.forward references both in except
799 class DummyClientResponseError(Exception):

Calls 3

ClientResponseErrorClass · 0.85
TimeoutErrorClass · 0.85

Tested by

no test coverage detected