Package jazzparser :: Package data :: Package input :: Class AnnotatedDbBulkInput
[hide private]
[frames] | no frames]

Class AnnotatedDbBulkInput

source code

 object --+            
          |            
InputReader --+        
              |        
      BulkInput --+    
                  |    
        DbBulkInput --+
                      |
                     AnnotatedDbBulkInput

Like DbBulkInput, but for AnnotatedDbInput.

Nested Classes [hide private]
  INPUT_TYPE
Like DbInput, but stores category annotations along with the chords.
Instance Methods [hide private]

Inherited from DbBulkInput: __init__

Inherited from BulkInput: __getitem__, __iter__, __len__, get_identifiers, get_partitions, subset

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

Class Methods [hide private]

Inherited from InputReader: process_option_dict

Static Methods [hide private]
 
from_file(filename, options={}) source code
Class Variables [hide private]

Inherited from InputReader: FILE_INPUT_OPTIONS, SHELL_TOOLS

Properties [hide private]

Inherited from DbBulkInput: sequences

Inherited from object: __class__

Method Details [hide private]

from_file(filename, options={})
Static Method

source code 
Overrides: InputReader.from_file