Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SLiCAP/SLiCAP_python
/ net_name
Method
net_name
SLiCAP/schematic/net_label_dialog.py:50–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
self._display_cb.setFocus()
49
50
def
net_name(self) -> str | None:
51
text = self._name_edit.text().strip()
52
return
text
if
text
else
None
53
54
def
display(self) -> bool:
55
return
self._display_cb.isChecked()
Callers
1
_open_net_label
Method · 0.95
Calls
1
text
Method · 0.80
Tested by
no test coverage detected