WarningsBlockParser#
- class pyedb.workflows.utilities.siwave_log_parser.WarningsBlockParser(lines: List[str])#
Bases:
BlockParserExtract warning entries from the log.
Overview#
Parse warning messages. |
Import detail#
from pyedb.workflows.utilities.siwave_log_parser import WarningsBlockParser
Method detail#
- WarningsBlockParser.parse() List[WarningEntry]#
Parse warning messages.
- Returns:
List of warning entries.
- Return type: