Package musicbrainz2 :: Module webservice :: Class ReleaseIncludes
[frames] | no frames]

Class ReleaseIncludes

source code

object --+    
         |    
 IIncludes --+
             |
            ReleaseIncludes

A specification on how much data to return with a release.

Instance Methods
 
__init__(self, artist=False, counts=False, releaseEvents=False, discs=False, tracks=False, artistRelations=False, releaseRelations=False, trackRelations=False, urlRelations=False, labels=False, tags=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
createIncludeTags(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, artist=False, counts=False, releaseEvents=False, discs=False, tracks=False, artistRelations=False, releaseRelations=False, trackRelations=False, urlRelations=False, labels=False, tags=False)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

createIncludeTags(self)

source code 
Overrides: IIncludes.createIncludeTags