This module contains code to pre-process text files, code for a FalshUnit class which parses Config files, code for FlashUnitUnion class to merge FlashUnits, and a FlashUnitList class which contains a list of unit names together with methods to manipulate them.
Encapsulates FLASH Unit information as expressed in Config files.
Data is accessed through the appropriate attributes:
Configuration('IO/common/Config').default
Configuration('../Simulation/SimulationMain/Sedov/Config').library
Configuration('').flux
Parameters : | conffile : str or file object or None
top_unit : bool, optional
usevars : dict or None, optional
ignore_pp : bool, optional
unitname : str, optional
unitpath : str, optional
without_units : dict or None, optional
|
---|
Container for collation of Configuration instances.
Simply takes a list of config files.
Parameters : | configs : sequence
|
---|