MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / model_name

Method model_name

SLiCAP/schematic/model_dialog.py:359–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

357 return result
358
359 def model_name(self) -> str:
360 return self._name_edit.text().strip()
361
362 def model_type(self) -> str:
363 return self._type_combo.currentText()

Callers 2

mouseDoubleClickEventMethod · 0.80

Calls 1

textMethod · 0.80

Tested by

no test coverage detected