MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / rgb

Function rgb

experiments/human_eval/draw_llm_token_cost_axis.py:137–138  ·  view source on GitHub ↗
(c: tuple[int, int, int])

Source from the content-addressed store, hash-verified

135
136
137def rgb(c: tuple[int, int, int]) -> str:
138 return f"rgb({c[0]},{c[1]},{c[2]})"
139
140
141def write_svg() -> None:

Callers 1

write_svgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected