Common Classes
Supporting classes shared by the high-level wrappers.
- class najaeda.netlist.Attribute(snlAttribute)[source]
Bases:
object- get_name()[source]
- Returns:
the name of the attribute.
- Return type:
str
- get_value()[source]
- Returns:
the value of the attribute.
- Return type:
str
- has_value()[source]
- Returns:
True if the attribute has a value.
- Return type:
bool
- class najaeda.netlist.SourceRange(file: str, line: int, end_line: int, column: int, end_column: int)[source]
Bases:
object- column: int
- end_column: int
- end_line: int
- file: str
- line: int