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

Method __init__

app/clients/tencent_captcha_client.py:49–55  ·  view source on GitHub ↗
(
        self,
        http_client: FingerprintHttpClient | None = None,
        settings: Settings | None = None,
    )

Source from the content-addressed store, hash-verified

47 error_message: str
48 sess: str
49 raw: dict[str, Any]
50
51
52class TencentCaptchaClient:
53 """Fetch Tencent captcha challenge metadata and image bytes."""
54
55 def __init__(
56 self,
57 http_client: FingerprintHttpClient | None = None,
58 settings: Settings | None = None,

Callers

nothing calls this directly

Calls 2

get_settingsFunction · 0.90

Tested by

no test coverage detected