Bases: object
object
Represents a CPU configuration.
Get the name of the CPU. :return: Name of the CPU.
Get the value of a given parameter. :param param_name: Name of the parameter to get. :return: Value of the parameter or None if not defined.
Check if a given parameter is defined. :param param_name: Name of the parameter to check. :return: True if the parameter is defined, False otherwise.