Inf table
inf_table ¶
A module to run generate a table containing information about each INF in the workspace.
InfTable ¶
A Table Generator that parses all INF files in the workspace and generates a table.
__init__ ¶
__init__(*args: Any, **kwargs: Any) -> InfTable
Initializes the INF Table Parser.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
                args
             | 
            
                  any
             | 
            
               non-keyword arguments  | 
            
                  ()
             | 
          
                kwargs
             | 
            
                  any
             | 
            
               keyword arguments described below  | 
            
                  {}
             | 
          
Other Parameters:
| Name | Type | Description | 
|---|---|---|
n_jobs | 
            
                  int
             | 
            
               Number of files to run in parallel  | 
          
parse ¶
parse(
    session: Session,
    pathobj: Edk2Path,
    env_id: str,
    env: dict,
) -> None
Parse the workspace and update the database.