Skip to content

Commit

Permalink
style: update stub files
Browse files Browse the repository at this point in the history
  • Loading branch information
weibullguy committed Mar 4, 2022
1 parent a16528e commit 03fcaa8
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ class CapacitorDesignElectricInputPanel(RAMSTKFixedPanel):
def do_load_comboboxes(self, subcategory_id: int) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_load_styles(self, combo: RAMSTKComboBox) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_parts_count_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_part_stress_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
def __do_set_parts_count_sensitive(self) -> None: ...
def __do_set_part_stress_sensitive(self) -> None: ...
10 changes: 5 additions & 5 deletions src/ramstk/views/gtk3/design_electric/components/connection.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class ConnectionDesignElectricInputPanel(RAMSTKFixedPanel):
def _do_load_insert(self, combo: RAMSTKComboBox) -> None: ...
def _do_load_specification(self, combo: RAMSTKComboBox) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_circular_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_ic_socket_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_pwa_edge_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_pth_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
def __do_set_circular_sensitive(self) -> None: ...
def __do_set_ic_socket_sensitive(self) -> None: ...
def __do_set_pwa_edge_sensitive(self) -> None: ...
def __do_set_pth_sensitive(self) -> None: ...
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class InductorDesignElectricInputPanel(RAMSTKFixedPanel):
def do_load_comboboxes(self, subcategory_id: int) -> None: ...
def _do_load_panel(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
def __do_load_family_combobox(self) -> None: ...
def __do_load_insulation_combobox(self) -> None: ...
def __do_load_quality_combobox(self) -> None: ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,8 @@ class ICDesignElectricInputPanel(RAMSTKFixedPanel):
def __init__(self) -> None: ...
def do_load_comboboxes(self, subcategory_id: int) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
def _do_load_application_combo(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_dram(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_eeprom(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_gaas(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_linear(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_logic(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_microprocessor_microcontroller(
self, attributes: Dict[str, Any]
) -> None: ...
def __do_load_pal_pla(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_rom(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_sram(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_vhsic_vlsi(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_dram_sensitive(self) -> None: ...
def __do_set_eeprom_sensitive(self) -> None: ...
def __do_set_gaas_sensitive(self) -> None: ...
Expand Down
2 changes: 1 addition & 1 deletion src/ramstk/views/gtk3/design_electric/components/meter.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ class MeterDesignElectricInputPanel(RAMSTKFixedPanel):
def __init__(self) -> None: ...
def do_load_comboboxes(self, subcategory_id: int) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class MiscDesignElectricInputPanel(RAMSTKFixedPanel):
def _do_load_panel(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_hardware_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
def __do_load_crystal(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_filter(self, attributes: Dict[str, Any]) -> None: ...
def __do_load_lamp(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_crystal_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_lamp_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_crystal_sensitive(self) -> None: ...
def __do_set_lamp_sensitive(self) -> None: ...
2 changes: 1 addition & 1 deletion src/ramstk/views/gtk3/design_electric/components/relay.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class RelayDesignElectricInputPanel(RAMSTKFixedPanel):
def __init__(self) -> None: ...
def do_load_comboboxes(self, subcategory_id: int) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
def _on_combo_changed(self, __combo: RAMSTKComboBox, index: int) -> None: ...
def __do_load_application_combo(self) -> None: ...
def __do_load_construction_combo(self) -> None: ...
Expand Down
16 changes: 6 additions & 10 deletions src/ramstk/views/gtk3/design_electric/components/resistor.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,14 @@ class ResistorDesignElectricInputPanel(RAMSTKFixedPanel):
def __init__(self) -> None: ...
def do_load_comboboxes(self, subcategory_id: int) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
def __do_load_construction_combo(self) -> None: ...
def __do_load_quality_combo(self) -> None: ...
def __do_load_specification_combo(self) -> None: ...
def __do_load_style_combo(self) -> None: ...
def __do_load_type_combo(self) -> None: ...
def __do_set_construction_combo_sensitive(
self, attributes: Dict[str, Any]
) -> None: ...
def __do_set_elements_entry_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_specification_combo_sensitive(
self, attributes: Dict[str, Any]
) -> None: ...
def __do_set_style_combo_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_type_combo_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_construction_combo_sensitive(self) -> None: ...
def __do_set_elements_entry_sensitive(self) -> None: ...
def __do_set_specification_combo_sensitive(self) -> None: ...
def __do_set_style_combo_sensitive(self) -> None: ...
def __do_set_type_combo_sensitive(self) -> None: ...
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ class SemiconductorDesignElectricInputPanel(RAMSTKFixedPanel):
def __init__(self) -> None: ...
def do_load_comboboxes(self, subcategory_id: int) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
def __do_load_application(self) -> None: ...
def __do_load_construction(self) -> None: ...
def __do_load_matching(self) -> None: ...
def __do_load_quality(self) -> None: ...
def __do_load_type(self) -> None: ...
def __do_set_application_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_construction_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_elements_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_matching_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_op_freq_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_type_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_application_sensitive(self) -> None: ...
def __do_set_construction_sensitive(self) -> None: ...
def __do_set_elements_sensitive(self) -> None: ...
def __do_set_matching_sensitive(self) -> None: ...
def __do_set_op_freq_sensitive(self) -> None: ...
def __do_set_type_sensitive(self) -> None: ...
10 changes: 5 additions & 5 deletions src/ramstk/views/gtk3/design_electric/components/switch.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class SwitchDesignElectricInputPanel(RAMSTKFixedPanel):
def __init__(self) -> None: ...
def do_load_comboboxes(self, subcategory_id: int) -> None: ...
def _do_set_reliability_attributes(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_construction_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_contact_form_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_cycles_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def __do_set_elements_sensitive(self, attributes: Dict[str, Any]) -> None: ...
def _do_set_sensitive(self) -> None: ...
def __do_set_construction_sensitive(self) -> None: ...
def __do_set_contact_form_sensitive(self) -> None: ...
def __do_set_cycles_sensitive(self) -> None: ...
def __do_set_elements_sensitive(self) -> None: ...

0 comments on commit 03fcaa8

Please sign in to comment.