lisa.platforms.platinfo.KernelSymbolsAddress#

class lisa.platforms.platinfo.KernelSymbolsAddress(name, help, classinfo, newtype=None, deepcopy_val=True)[source]#

Bases: KeyDesc

Attributes

help inherited

Help description associated with the key.

name inherited

Name of that key.

parent inherited

Parent LevelKeyDesc.

Properties

newtype inherited

Unique type associated with that key.

path inherited

Path in the config file from the root to that key.

qualname inherited

Qualified name of the configuration key used for error reporting.

Methods

pretty_format()

Format the value for pretty printing.

get_help() inherited

Get a help message describing the key.

validate_val() inherited

Check that the value is an instance of one of the type specified in the self.classinfo.

Attributes#

KernelSymbolsAddress.help#

Inherited attribute, see lisa.conf.KeyDescBase.help

Help description associated with the key.

KernelSymbolsAddress.name#

Inherited attribute, see lisa.conf.KeyDescBase.name

Name of that key.

KernelSymbolsAddress.parent#

Inherited attribute, see lisa.conf.KeyDescBase.parent

Parent LevelKeyDesc.

Properties#

property KernelSymbolsAddress.newtype#

Inherited property, see lisa.conf.KeyDesc.newtype

Unique type associated with that key.

property KernelSymbolsAddress.path#

Inherited property, see lisa.conf.KeyDescBase.path

Path in the config file from the root to that key.

property KernelSymbolsAddress.qualname#

Inherited property, see lisa.conf.KeyDescBase.qualname

Qualified name of the configuration key used for error reporting.

Methods#

KernelSymbolsAddress.pretty_format(v)[source]#

Format the value for pretty printing.

Parameters:

v (object) – Value of the key that is being printed

Returns:

A string

KernelSymbolsAddress.get_help(style=None, last=False, children=True)#

Inherited method, see lisa.conf.KeyDesc.get_help()

Get a help message describing the key.

KernelSymbolsAddress.validate_val(val)#

Inherited method, see lisa.conf.KeyDesc.validate_val()

Check that the value is an instance of one of the type specified in the self.classinfo.