MCPcopy Create free account
hub / github.com/cppla/moto / Result

Class Result

test/bench.py:25–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23from collections import Counter, defaultdict
24from pathlib import Path
25from typing import Awaitable, Callable, Dict, List, Optional, Sequence, Tuple
26
27
28PROXY_HOST = "127.0.0.1"
29PROXY_PORT = 84
30TARGET_HOST = "www.baidu.com"
31TARGET_PORT = 80
32EXPECT_STATUS_MIN = 200
33EXPECT_STATUS_MAX = 399
34REPOSITORY_ROOT = Path(__file__).resolve().parent.parent
35
36
37class Result:
38 __slots__ = (
39 "ok",
40 "error",

Callers 1

socks5_http_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected