Skip to content

Instanced inf table

instanced_inf_table

A module to run the InstancedInf table generator against a dsc, adding instanced inf information to the database.

InstancedInfTable

A Table Generator that parses a single DSC file and generates a table.

__init__

__init__(*args: Any, **kwargs: Any) -> InstancedInfTable

Initialize the query with the specific settings.

inf

inf(inf: str) -> InfP

Returns a parsed INF object.

Caches the parsed inf information to reduce multiple re-parses.

parse

parse(
    session: Session,
    pathobj: Edk2Path,
    env_id: str,
    env: dict,
) -> None

Parse the workspace and update the database.