MCPcopy
hub / github.com/wechatpy/wechatpy / __init__

Method __init__

wechatpy/client/__init__.py:45–51  ·  view source on GitHub ↗
(self, appid, secret, access_token=None,
                 session=None, timeout=None, auto_retry=True)

Source from the content-addressed store, hash-verified

43 cloud = api.WeChatCloud()
44
45 def __init__(self, appid, secret, access_token=None,
46 session=None, timeout=None, auto_retry=True):
47 super(WeChatClient, self).__init__(
48 appid, access_token, session, timeout, auto_retry
49 )
50 self.appid = appid
51 self.secret = secret
52
53 def fetch_access_token(self):
54 """

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected