MCPcopy
hub / github.com/wechatpy/wechatpy / _get

Method _get

wechatpy/client/base.py:175–179  ·  view source on GitHub ↗
(self, url, **kwargs)

Source from the content-addressed store, hash-verified

173 )
174
175 def _get(self, url, **kwargs):
176 warnings.warn('`_get` method of `WeChatClient` is deprecated, will be removed in 1.6,'
177 'Use `get` instead',
178 DeprecationWarning, stacklevel=2)
179 return self.get(url, **kwargs)
180
181 def post(self, url, **kwargs):
182 return self._request(

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected