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

Function _qhex

SLiCAP/schematic/export.py:80–81  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

78
79
80def _qhex(c) -> str:
81 return f"#{c.red():02x}{c.green():02x}{c.blue():02x}"
82
83
84def _build_svg(scene, title: str = "") -> bytes:

Callers 2

_build_svgFunction · 0.85
_componentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected