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

Method url

SLiCAP/schematic/hyperlink_dialog.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 self._preview.setText(display)
59
60 def url(self) -> str:
61 return self._url_edit.text().strip()
62
63 def label(self) -> str:
64 return self._label_edit.text().strip()

Callers 3

_on_place_hyperlinkMethod · 0.95
mouseDoubleClickEventMethod · 0.80

Calls 1

textMethod · 0.80

Tested by

no test coverage detected