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

Method svg_bytes

SLiCAP/schematic/parameter_dialog.py:329–330  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

327 return self._preamble_edit.text()
328
329 def svg_bytes(self) -> bytes | None:
330 return self._svg_bytes
331
332 def display_width(self) -> int:
333 if self._natural_w:

Callers 1

_on_place_parametersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected