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

Function _make_preview_pen

SLiCAP/schematic/canvas.py:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56# ── helpers ──────────────────────────────────────────────────────────────────
57
58def _make_preview_pen() -> QPen:
59 pen = QPen(Qt.black, 1.2)
60 pen.setStyle(Qt.DashLine)
61 return pen
62
63
64def _build_path(points: list[QPointF]) -> QPainterPath:

Callers 1

_refresh_previewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected