Go to the source code of this file.
Classes | |
| class | xorn.geda.attrib.MalformedAttributeError |
| Raised when trying to parse a text object that is not recognized as an attribute. More... | |
Namespaces | |
| xorn.geda.attrib | |
| Attribute parsing and lookup. | |
Functions | |
| def | xorn.geda.attrib.parse_string |
Parse an attribute string of the form name=value into its name and value parts. More... | |
| def | xorn.geda.attrib.is_attribute |
| Tell whether an object is a text object whose text constitutes a valid attribute. More... | |
| def | xorn.geda.attrib.inherited_objects |
| Returns the toplevel objects of a component's symbol. More... | |
| def | xorn.geda.attrib.find_floating_attribs |
| Return all floating attributes in the given revision. More... | |
| def | xorn.geda.attrib.find_attached_attribs |
| Return the attributes directly attached to a net or component. More... | |
| def | xorn.geda.attrib.find_inherited_attribs |
| Return the attributes inherited by a component via its symbol. More... | |
| def | xorn.geda.attrib.find_all_attribs |
| Return all attributes, attached and inherited, of the specified component. More... | |
| def | xorn.geda.attrib.search |
| Search a list of objects for attributes with a certain name and return their values. More... | |
| def | xorn.geda.attrib.search_floating |
| Search the floating attributes in a revision for an attribute name and return matching values. More... | |
| def | xorn.geda.attrib.search_attached |
| Search attributes attached to a net or component for an attribute name and return matching values. More... | |
| def | xorn.geda.attrib.search_inherited |
| Search attributes inherited by a component for an attribute name and return matching values. More... | |
| def | xorn.geda.attrib.search_all |
| Search both attached and inherited attributes of a component for an attribute name and return matching values. More... | |
| def | xorn.geda.attrib.find_pins_by_attribute |
| Return all pins in a component with a particular attribute. More... | |
1.8.8