WarningsBlockParser#

class pyedb.workflows.utilities.siwave_log_parser.WarningsBlockParser(lines: List[str])#

Bases: BlockParser

Extract warning entries from the log.

Overview#

parse

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:

list[WarningEntry]