Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SLiCAP/SLiCAP_python
/ svg_bytes
Method
svg_bytes
SLiCAP/schematic/model_dialog.py:374–375 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
372
return
self._preamble_edit.text()
373
374
def
svg_bytes(self) -> bytes | None:
375
return
self._svg_bytes
376
377
def
display_width(self) -> int:
378
if
self._natural_w:
Callers
8
_commit_paste
Method · 0.45
from_data
Method · 0.45
mouseDoubleClickEvent
Method · 0.45
_populate
Method · 0.45
_on_place_subcircuit
Method · 0.45
_on_reload_symbols
Method · 0.45
_on_update_symbols_from_library
Method · 0.45
_on_symbol_selected
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected