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

Method border_height

SLiCAP/schematic/border_dialog.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 return self._w_spin.value()
53
54 def border_height(self) -> int:
55 return self._h_spin.value()
56
57 def show_in_export(self) -> bool:
58 return self._show_cb.isChecked()

Callers 2

_on_place_borderMethod · 0.95
mouseDoubleClickEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected