Package pyffi :: Package object_models
[hide private]
[frames] | no frames]

Package object_models

source code

The documentation of this module is very incomplete.

This module bundles all file format object models. An object model is a group of classes whose instances can hold the information contained in a file whose format is described in a particular way (xml, xsd, and possibly others).

Submodules [hide private]

Classes [hide private]
  MetaFileFormat
This metaclass is an abstract base class for transforming a file format description into classes which can be directly used to manipulate files in this format.
  FileFormat
This class is the base class for all file formats.
  ArchiveFileFormat
This class is the base class for all archive file formats.
  ArchiveMember
Variables [hide private]
  __package__ = 'pyffi.object_models'