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

Method border_width

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

Source from the content-addressed store, hash-verified

49 outer.addWidget(buttons)
50
51 def border_width(self) -> int:
52 return self._w_spin.value()
53
54 def border_height(self) -> int:
55 return self._h_spin.value()

Callers 2

_on_place_borderMethod · 0.95
mouseDoubleClickEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected