MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / _placeholder

Method _placeholder

SLiCAP/schematic/image_item.py:108–111  ·  view source on GitHub ↗
(w: int, h: int)

Source from the content-addressed store, hash-verified

106
107 @staticmethod
108 def _placeholder(w: int, h: int) -> QPixmap:
109 px = QPixmap(w, h)
110 px.fill(_PLACEHOLDER_COLOR)
111 return px
112
113 # ── QGraphicsItem interface ───────────────────────────────────────────────
114

Callers 2

_loadMethod · 0.95
_load_pdfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected