Package pyffi :: Package spells :: Module check
[hide private]
[frames] | no frames]

Module check

source code

Module which contains all spells that check something in a file (format-independently).
Classes [hide private]
  SpellRead
A spell which does nothing, besides reading the file.
  SpellReadWrite
A spell which writes the data to a temporary file (essentially, it is like L{SpellRead} but it forces --dry-run and sets READONLY to False.
Variables [hide private]
  __package__ = 'pyffi.spells'