faucet.conf module
Base configuration implementation.
- class faucet.conf.Conf(_id, dp_id, conf=None)[source]
Bases:
object
Base class for FAUCET configuration.
- conf_hash(subconf=True, ignore_keys=None)[source]
Return hash of keys configurably filtering attributes.
- defaults: dict = {}
- defaults_types: dict = {}
- dyn_finalized = False
- dyn_hash = None
- ignore_subconf(other, ignore_keys=None)[source]
Return True if this config same as other, ignoring sub config.
- mutable_attrs: frozenset = frozenset({})