MCPcopy 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_pasteMethod · 0.45
from_dataMethod · 0.45
mouseDoubleClickEventMethod · 0.45
_populateMethod · 0.45
_on_place_subcircuitMethod · 0.45
_on_reload_symbolsMethod · 0.45
_on_symbol_selectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected