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

Method get

wechatpy/pay/__init__.py:180–185  ·  view source on GitHub ↗
(self, url, **kwargs)

Source from the content-addressed store, hash-verified

178 return data
179
180 def get(self, url, **kwargs):
181 return self._request(
182 method='get',
183 url_or_endpoint=url,
184 **kwargs
185 )
186
187 def post(self, url, **kwargs):
188 return self._request(

Callers 15

__init__Method · 0.45
media_idMethod · 0.45
titleMethod · 0.45
descriptionMethod · 0.45
thumb_media_idMethod · 0.45
titleMethod · 0.45
descriptionMethod · 0.45
music_urlMethod · 0.45
hq_music_urlMethod · 0.45
__get__Method · 0.45
to_xmlMethod · 0.45
to_xmlMethod · 0.45

Calls 1

_requestMethod · 0.95

Tested by 9

test_department_getMethod · 0.36
test_chat_getMethod · 0.36
test_group_getMethod · 0.36
test_group_getidMethod · 0.36
test_get_menuMethod · 0.36
test_get_user_infoMethod · 0.36
next_openid_mockMethod · 0.36