MCPcopy
hub / github.com/spotipy-dev/spotipy / _get

Method _get

spotipy/client.py:317–321  ·  view source on GitHub ↗
(self, url, args=None, payload=None, **kwargs)

Source from the content-addressed store, hash-verified

315 return results
316
317 def _get(self, url, args=None, payload=None, **kwargs):
318 if args:
319 kwargs.update(args)
320
321 return self._internal_call("GET", url, payload, kwargs)
322
323 def _post(self, url, args=None, payload=None, **kwargs):
324 if args:

Callers 15

nextMethod · 0.95
previousMethod · 0.95
trackMethod · 0.95
tracksMethod · 0.95
artistMethod · 0.95
artistsMethod · 0.95
artist_albumsMethod · 0.95
artist_top_tracksMethod · 0.95
albumMethod · 0.95
album_tracksMethod · 0.95
albumsMethod · 0.95

Calls 1

_internal_callMethod · 0.95

Tested by

no test coverage detected