MCPcopy Create free account
hub / github.com/FastLED/FastLED / TestConfig

Class TestConfig

examples/Asio/Server/test_client.py:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27@dataclass
28class TestConfig:
29 host: str = "localhost"
30 port: int = 8080
31 num_requests: int = 5
32 max_retries: int = 10
33 retry_delay: float = 0.5
34 timeout: float = 5.0
35
36
37@dataclass

Callers 2

mainFunction · 0.70
test_network_exampleFunction · 0.70

Calls

no outgoing calls

Tested by 2

mainFunction · 0.56
test_network_exampleFunction · 0.56