MCPcopy
hub / github.com/beetbox/beets / _params

Function _params

test/plugins/test_spotify.py:22–24  ·  view source on GitHub ↗

Get the query parameters from a URL.

(url)

Source from the content-addressed store, hash-verified

20
21
22def _params(url):
23 """Get the query parameters from a URL."""
24 return parse_qs(urlparse(url).query)
25
26
27class SpotifyPluginTest(PluginTestCase):

Callers 6

test_missing_requestMethod · 0.85
test_track_requestMethod · 0.85
test_japanese_trackMethod · 0.85
callbackMethod · 0.85
track_callbackMethod · 0.85
audio_callbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected