MCPcopy
hub / github.com/raiden-network/raiden / send

Method send

raiden/utils/http.py:46–50  ·  view source on GitHub ↗
(self, request, **kwargs)

Source from the content-addressed store, hash-verified

44 super().__init__(*args, **kwargs)
45
46 def send(self, request, **kwargs):
47 timeout = kwargs.get("timeout")
48 if timeout is None:
49 kwargs["timeout"] = self.timeout
50 return super().send(request, **kwargs)
51
52
53class HTTPExecutor(MiHTTPExecutor): # pragma: no cover

Callers 1

_send_messageMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected