liblineage.wiki.data_types.kernel_data

Classes

KernelData(repo, version)

The format required for the kernel property.

class liblineage.wiki.data_types.kernel_data.KernelData(repo: str, version: float)

The format required for the kernel property.

Attributes: - repo: Kernel repo - version: Kernel version

__init__(repo: str, version: float)

Initialize the kernel information.

classmethod from_data(data: Dict | None) KernelData | None

Create a kernel information object from YAML data.