MCPcopy Index your code
hub / github.com/googlemaps/google-maps-services-python / _get

Method _get

googlemaps/client.py:352–353  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

350 extract_body, requests_kwargs, post_json)
351
352 def _get(self, *args, **kwargs): # Backwards compatibility.
353 return self._request(*args, **kwargs)
354
355 def _get_body(self, response):
356 if response.status_code != 200:

Callers 3

test_custom_extractMethod · 0.95

Calls 1

_requestMethod · 0.95

Tested by 3

test_custom_extractMethod · 0.76