MCPcopy
hub / github.com/SpiderClub/haipproxy / __init__

Method __init__

client/py_cli.py:31–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29
30class RobinStrategy(Strategy):
31 def __init__(self):
32 super().__init__()
33 self.strategy = 'robin'
34
35 def get_proxies_by_stragery(self, pool):
36 if not pool:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected