Package pyffi :: Package spells :: Module kfm :: Class KfmToaster
[hide private]
[frames] | no frames]

Class KfmToaster

source code

object --+    
         |    
   Toaster --+
             |
            KfmToaster

Base class for kfm toasters.
Nested Classes [hide private]
  FILEFORMAT
The file format class (a subclass of pyffi.object_models.FileFormat).
Instance Methods [hide private]

Inherited from Toaster: __init__, cli, get_toast_head_root_ext, get_toast_stream, inspect_filename, is_admissible_branch_class, msg, msgblockbegin, msgblockend, toast, toast_archives, write, writepatch

Inherited from Toaster (private): _toast, _update_options, _update_spellclass

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

Static Methods [hide private]

Inherited from Toaster: parse_inifile

Class Variables [hide private]
  SPELLS = [<class 'pyffi.spells.check.SpellRead'>, <class 'pyff...
List of all available pyffi.spells.Spell classes.
  EXAMPLES = '* check if library can read all files in current d...
Some examples which describe typical use of the toaster.

Inherited from Toaster: ALIASDICT, DEFAULT_OPTIONS, exclude_types, include_types, indent, logger, only_regexs, options, skip_regexs, spellnames, top

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

SPELLS

List of all available pyffi.spells.Spell classes.
Value:
[<class 'pyffi.spells.check.SpellRead'>,
 <class 'pyffi.spells.check.SpellReadWrite'>,
 <class 'pyffi.spells.kfm.SpellDumpAll'>]

EXAMPLES

Some examples which describe typical use of the toaster.
Value:
'''* check if library can read all files in current directory:

    python kfmtoaster.py check_read .'''