asyncmd.mdconfig#
This module contains abstract base classes to use for MD config file parsing.
It contains the MDConfig class, which only serves to define the interface and the LineBasedMDConfig class, which implements useful methods to parse MD configuration files in which options never span over multiple lines, i.e. in which every line contains only one (or multiple) options.
Classes
|
Abstract base class for line based parsing and writing. |
|
Abstract base class only to define the interface. |