Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
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
_hyperlink_context_menu
Method · 0.95
_on_place_hyperlink
Method · 0.95
mouseDoubleClickEvent
Method · 0.80
Calls
1
text
Method · 0.80
Tested by
no test coverage detected