Skip to content

Environment table

environment_table

A module to run a table generator that creates or appends to a table with environment information.

EnvironmentTable

A Workspace parser that records import environment information for a given parsing execution.

__init__

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

Initialize the query with the specific settings.

parse

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

Parses the environment and adds the data to the table.