Package jazzparser :: Package data :: Module trees :: Class UnknownCategory
[hide private]
[frames] | no frames]

Class UnknownCategory

source code

         object --+    
                  |    
GeneralizedCategory --+
                      |
                     UnknownCategory

The categories of some chords are unknown and not specified in the annotation. We still need to parse the rest of the sequence, so we just leave this in the tree as a marker of the unknown category.

Instance Methods [hide private]
 
__str__(self)
str(x)
source code
 
copy(self) source code
 
__eq__(self, other) source code

Inherited from GeneralizedCategory: __repr__, is_complex

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

Class Variables [hide private]

Inherited from GeneralizedCategory: tree

Properties [hide private]

Inherited from GeneralizedCategory: complex

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)