find#
- classmethod ComponentPin.find(comp_def, name)#
 Find a component pin in a given component definition.
- Parameters:
 - comp_def
ComponentDef Component definition to search for the component pin.
- name
str Name of the component pin.
- comp_def
 - Returns:
 ComponentPinComponent pin found. If a component pin isn’t found, the returned component pin is
null.