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

Class DbBulkInput

source code

 object --+        
          |        
InputReader --+    
              |    
      BulkInput --+
                  |
                 DbBulkInput
Known Subclasses:

A file containing a list of chord sequences. Can be read in from a sequence index file.

Nested Classes [hide private]
  INPUT_TYPE
Wrapper for input from the database, rather than the command line.
Instance Methods [hide private]
 
__init__(self, inputs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

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]
  sequences

Inherited from object: __class__

Method Details [hide private]

__init__(self, inputs)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

from_file(filename, options={})
Static Method

source code 
Overrides: InputReader.from_file

Property Details [hide private]

sequences

Get Method:
unreachable.sequences(self)