lisa.conf.TopLevelKeyDescBase#
- class lisa.conf.TopLevelKeyDescBase(levels, *args, **kwargs)[source]#
Bases:
LevelKeyDescTop-level key descriptor, which defines the top-level key to use in the configuration files.
- Parameters:
levels (list(str)) – Levels of the top-level key, as a list of strings. Each item specifies a level in a mapping, so that multiple classes can share the same actual top-level without specific cooperation.
This top-level key is omitted in all interfaces except for the configuration file, since it only reflects the configuration class
Attributes
__reversed__inheritedSee
collections.abc.Mapping.__reversed__helpinheritedHelp description associated with the key.
nameinheritedName of that key.
parentinheritedParent
LevelKeyDesc.Properties
key_descinheritedLeaf
KeyDescBasethat this level will delegate to in case it is assigned a leaf value.pathinheritedPath in the config file from the root to that key.
qualnameinheritedQualified name of the configuration key used for error reporting.
Methods
Get a help message describing the key.
__class_getitem__()inheritedSee
collections.abc.Iterable.__class_getitem__()__contains__()inheritedSee
collections.abc.Mapping.__contains__()__getattr__()inherited__getitem__()inherited__iter__()inherited__len__()inheritedcheck_allowed_key()inheritedChecks that a given key is allowed under that levels.
get()inheritedSee
collections.abc.Mapping.get()items()inheritedSee
collections.abc.Mapping.items()keys()inheritedSee
collections.abc.Mapping.keys()validate_val()inheritedValidate a mapping to be used as a configuration source.
values()inheritedSee
collections.abc.Mapping.values()
Attributes#
- TopLevelKeyDescBase.__reversed__ = None#
- TopLevelKeyDescBase.help#
Inherited attribute, see
lisa.conf.KeyDescBase.helpHelp description associated with the key.
- TopLevelKeyDescBase.name#
Inherited attribute, see
lisa.conf.KeyDescBase.nameName of that key.
- TopLevelKeyDescBase.parent#
Inherited attribute, see
lisa.conf.KeyDescBase.parentParent
LevelKeyDesc.
Properties#
- property TopLevelKeyDescBase.key_desc#
Inherited property, see
lisa.conf.LevelKeyDesc.key_descLeaf
KeyDescBasethat this level will delegate to in case it is assigned a leaf value.
- property TopLevelKeyDescBase.path#
Inherited property, see
lisa.conf.KeyDescBase.pathPath in the config file from the root to that key.
- property TopLevelKeyDescBase.qualname#
Inherited property, see
lisa.conf.KeyDescBase.qualnameQualified name of the configuration key used for error reporting.
Methods#
- classmethod TopLevelKeyDescBase.__class_getitem__()#
Inherited method, see
collections.abc.Iterable.__class_getitem__()
- TopLevelKeyDescBase.__contains__()#
Inherited method, see
collections.abc.Mapping.__contains__()
- TopLevelKeyDescBase.__getattr__(attr)#
Inherited method, see
lisa.conf.LevelKeyDesc.__getattr__()
- TopLevelKeyDescBase.__getitem__(key)#
Inherited method, see
lisa.conf.LevelKeyDesc.__getitem__()
- TopLevelKeyDescBase.__iter__()#
Inherited method, see
lisa.conf.LevelKeyDesc.__iter__()
- TopLevelKeyDescBase.__len__()#
Inherited method, see
lisa.conf.LevelKeyDesc.__len__()
- TopLevelKeyDescBase.check_allowed_key(key)#
Inherited method, see
lisa.conf.LevelKeyDesc.check_allowed_key()Checks that a given key is allowed under that levels.
- TopLevelKeyDescBase.get()#
Inherited method, see
collections.abc.Mapping.get()
- TopLevelKeyDescBase.items()#
Inherited method, see
collections.abc.Mapping.items()
- TopLevelKeyDescBase.keys()#
Inherited method, see
collections.abc.Mapping.keys()
- TopLevelKeyDescBase.validate_val(conf)#
Inherited method, see
lisa.conf.LevelKeyDesc.validate_val()Validate a mapping to be used as a configuration source.
- TopLevelKeyDescBase.values()#
Inherited method, see
collections.abc.Mapping.values()