MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / __init__

Method __init__

pasa/pasa/utils.py:58–60  ·  view source on GitHub ↗
(self, timeout: float)

Source from the content-addressed store, hash-verified

56
57class _TimeoutSession(requests.Session):
58 def __init__(self, timeout: float) -> None:
59 super().__init__()
60 self._timeout = timeout
61
62 def request(self, *args, **kwargs):
63 kwargs.setdefault("timeout", self._timeout)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected