:class:`CfgSources` =================== .. py:class:: pyedb.configuration.cfg_ports_sources.CfgSources(pedb, sources_data) .. py:currentmodule:: CfgSources Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~get_pin_group_name` - * - :py:attr:`~apply` - * - :py:attr:`~get_data_from_db` - * - :py:attr:`~export_properties` - .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~sources` - Import detail ------------- .. code-block:: python from pyedb.configuration.cfg_ports_sources import CfgSources Attribute detail ---------------- .. py:attribute:: sources Method detail ------------- .. py:method:: get_pin_group_name(src) .. py:method:: apply() .. py:method:: get_data_from_db() .. py:method:: export_properties()