faucet.conf module¶
Base configuration implementation.
-
class
faucet.conf.Conf(_id, dp_id, conf=None)[source]¶ Bases:
objectBase class for FAUCET configuration.
-
conf_hash(dyn=False, subconf=True, ignore_keys=None)[source]¶ Return hash of keys configurably filtering attributes.
-
defaults= None¶
-
defaults_types= None¶
-
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({})¶
-