Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
_qhex(c) -> str:
81
return
f
"#{c.red():02x}{c.green():02x}{c.blue():02x}"
82
83
84
def
_build_svg(scene, title: str =
""
) -> bytes:
Callers
2
_build_svg
Function · 0.85
_component
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected