MCPcopy
hub / github.com/wechatpy/wechatpy / get

Method get

wechatpy/component.py:306–311  ·  view source on GitHub ↗
(self, url, **kwargs)

Source from the content-addressed store, hash-verified

304 return self.session.get('component_access_token')
305
306 def get(self, url, **kwargs):
307 return self._request(
308 method='get',
309 url_or_endpoint=url,
310 **kwargs
311 )
312
313 def post(self, url, **kwargs):
314 return self._request(

Callers 8

__init__Method · 0.45
_handle_resultMethod · 0.45
access_tokenMethod · 0.45
get_client_by_appidMethod · 0.45
parse_messageMethod · 0.45
_requestMethod · 0.45
_handle_resultMethod · 0.45

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected