Home | Trees | Indices | Help |
---|
|
object --+ | IIncludes --+ | ArtistIncludes
A specification on how much data to return with an artist.
Example:
>>> from musicbrainz2.model import Release >>> from musicbrainz2.webservice import ArtistIncludes >>> inc = ArtistIncludes(artistRelations=True, releaseRelations=True, ... releases=(Release.TYPE_ALBUM, Release.TYPE_OFFICIAL)) >>>
The MusicBrainz server only supports some combinations of release
types for the releases
and vaReleases
include
tags. At the moment, not more than two release types should be selected,
while one of them has to be Release.TYPE_OFFICIAL
,
Release.TYPE_PROMOTION
or
Release.TYPE_BOOTLEG
.
Note:
Only one of releases
and vaReleases
may
be given.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Nov 19 22:07:31 2011 | http://epydoc.sourceforge.net |