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 |
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Tue May 27 10:30:21 2008 | http://epydoc.sourceforge.net |