MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / _on_place_parameters

Method _on_place_parameters

SLiCAP/schematic/window.py:376–383  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

374 )
375
376 def _on_place_parameters(self):
377 from .parameter_dialog import ParameterDialog
378 dlg = ParameterDialog(parent=self)
379 if dlg.exec() and dlg.svg_bytes():
380 self._scene.start_parameter_placement(
381 dlg.get_params(), dlg.preamble_path(),
382 dlg.display_width(), dlg.display_height(),
383 )
384
385 def _on_place_analysis(self):
386 from .analysis_dialog import AnalysisDialog

Callers

nothing calls this directly

Calls 7

svg_bytesMethod · 0.95
get_paramsMethod · 0.95
preamble_pathMethod · 0.95
display_widthMethod · 0.95
display_heightMethod · 0.95
ParameterDialogClass · 0.85

Tested by

no test coverage detected