MCPcopy Create free account
hub / github.com/Tyaoo/picker / __init__

Method __init__

bot.py:68–70  ·  view source on GitHub ↗
(self, key, proxy_url='')

Source from the content-addressed store, hash-verified

66 https://developer.work.weixin.qq.com/document/path/91770
67 """
68 def __init__(self, key, proxy_url='') -> None:
69 self.key = key
70 self.proxy = {'http': proxy_url, 'https': proxy_url} if proxy_url else {'http': None, 'https': None}
71
72 @staticmethod
73 def parse_results(results: list):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected