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

Method request

pasa/pasa/utils.py:62–64  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

60 self._timeout = timeout
61
62 def request(self, *args, **kwargs):
63 kwargs.setdefault("timeout", self._timeout)
64 return super().request(*args, **kwargs)
65
66arxiv_client = arxiv.Client(delay_seconds = ARXIV_DELAY_SECONDS, num_retries = ARXIV_NUM_RETRIES)
67arxiv_client._session = _TimeoutSession(ARXIV_TIMEOUT)

Callers 1

google_search_arxiv_idFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected