BlockParser#
- class pyedb.workflows.utilities.hfss_log_parser.BlockParser(lines: List[str])#
Base class for a single block parser.
Overview#
Import detail#
from pyedb.workflows.utilities.hfss_log_parser import BlockParser
Attribute detail#
- BlockParser.lines#
Method detail#
- abstract BlockParser.parse() Any#