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

Class InputReader

source code

object --+
         |
        InputReader
Known Subclasses:

Superclass for all sorts of input. Specifically, this is the superclass of Input and BulkInput. You should subclass these if creating a new input type.

This just provides the maintenance stuff common to Input and BulkInput.

Instance Methods [hide private]

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

Class Methods [hide private]
 
process_option_dict(cls, optdict) source code
Static Methods [hide private]
 
from_file(filename, options={}) source code
Class Variables [hide private]
  FILE_INPUT_OPTIONS = []
  SHELL_TOOLS = [tools.InputTool()]
Properties [hide private]

Inherited from object: __class__