:py:mod:`calliope.listenbrainz` =============================== .. py:module:: calliope.listenbrainz Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 listens/index.rst Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: calliope.listenbrainz.PlaylistQueryType Functions ~~~~~~~~~ .. autoapisummary:: calliope.listenbrainz.playlists .. py:class:: PlaylistQueryType Bases: :py:obj:`enum.IntEnum` Enum where members are also (and must be) ints Initialize self. See help(type(self)) for accurate signature. .. py:attribute:: CREATED_BY :annotation: = 0 .. py:attribute:: COLLABORATOR :annotation: = 1 .. py:attribute:: CREATED_FOR :annotation: = 2 .. py:method:: to_pylistenbrainz_query_type() .. py:function:: playlists(user, kind)