Common Classes

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