MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / __init__

Method __init__

server/projects/main/util/webclients.py:206–220  ·  view source on GitHub ↗

初始化需要授权,访问地址等

(self)

Source from the content-addressed store, hash-verified

204 """
205
206 def __init__(self):
207 """初始化需要授权,访问地址等
208 """
209 super(LoginProxyClient, self).__init__()
210 self._server_url = settings.LOGIN_SERVER_URL
211 self._apis = {
212 "create_user_task": {
213 "path": "api/v1/login/users/",
214 "method": "post"
215 },
216 "update_user_task": {
217 "path": "api/v1/login/users/%s/",
218 "method": "put"
219 }
220 }

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected