Package jazzparser :: Package data :: Module tonalspace :: Class TonalSpaceAnalysisSet
[hide private]
[frames] | no frames]

Class TonalSpaceAnalysisSet

source code

object --+
         |
        TonalSpaceAnalysisSet

Data structure to hold and store a set of tonal space analyses.

Instance Methods [hide private]
 
__init__(self, analyses, name='unnamed')
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_analyses(self, song_name) source code
 
__get_songs(self) source code
 
__len__(self) source code
 
__getitem__(self, index) source code
 
__get_my_filename(self) source code
 
save(self)
Saves the set data to a file.
source code
 
delete(self)
Removes all the data for the set.
source code

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

Class Methods [hide private]
 
list(cls)
Returns a list of the names of available stored sets.
source code
 
load(cls, name) source code
Static Methods [hide private]
 
_get_filename(name) source code
Properties [hide private]
  songs
  _filename

Inherited from object: __class__

Method Details [hide private]

__init__(self, analyses, name='unnamed')
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • analyses (list of (string,analysis) pairs) - pairings of song names and analyses
Overrides: object.__init__

Property Details [hide private]

songs

Get Method:
__get_songs(self)

_filename

Get Method:
__get_my_filename(self)