Hazards
albert.collections.hazards.HazardsCollection
Bases: BaseCollection
Collection for fetching hazard symbols and statements.
Methods:
Name | Description |
---|---|
get_symbols |
Fetch the list of hazard symbols. |
get_statements |
Fetch the list of hazard statements. |
Attributes:
Name | Type | Description |
---|---|---|
base_path |
|
Source code in src/albert/collections/hazards.py
get_symbols
get_symbols() -> list[HazardSymbol]
Fetch the list of hazard symbols.
Source code in src/albert/collections/hazards.py
get_statements
get_statements() -> list[HazardStatement]
Fetch the list of hazard statements.