MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / __init__

Method __init__

app/services/tdc_service.py:42–51  ·  view source on GitHub ↗
(
        self,
        *,
        settings: Settings | None = None,
        http_client: FingerprintHttpClient | None = None,
    )

Source from the content-addressed store, hash-verified

40 tdc_url: str
41
42 def to_payload(self) -> dict[str, Any]:
43 return asdict(self)
44
45
46class TencentTdcService:
47 """Fetch dynamic TDC script and collect browser fingerprint payload."""
48
49 def __init__(
50 self,
51 *,
52 settings: Settings | None = None,
53 http_client: FingerprintHttpClient | None = None,
54 ) -> None:

Callers

nothing calls this directly

Calls 2

get_settingsFunction · 0.90

Tested by

no test coverage detected