MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / evaluate_proxy

Function evaluate_proxy

botasaurus/decorators_common.py:266–270  ·  view source on GitHub ↗
(proxy)

Source from the content-addressed store, hash-verified

264 clean_error_logs("error_logs", to_time)
265
266def evaluate_proxy(proxy):
267 if isinstance(proxy, list):
268 import random
269 return random.choice(proxy)
270 return proxy

Callers 2

run_taskFunction · 0.90
run_taskFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected