from_dict#

classmethod BootEntry.from_dict(d)#

Create a boot entry from a dictionary.

Parameters

d (Dict[str, Any]) – A dictionary describing the boot entry.

Returns

The parsed boot entry.

Return type

BootEntry