MCPcopy Create free account
hub / github.com/FastLED/FastLED / simple_test

Function simple_test

examples/Chromancer/gen.py:118–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117
118def simple_test() -> None:
119 startPos = Point(0, 0)
120 hexagon_angles = [
121 HexagonAngle.UP,
122 ]
123 points = gen_points(hexagon_angles, LED_PER_STRIP, startPos)
124 print(points)
125 # assert len(points) == LED_PER_STRIP + 1
126
127def two_angle_test() -> None:
128 startPos = Point(0, 0)

Callers

nothing calls this directly

Calls 3

gen_pointsFunction · 0.85
PointClass · 0.70
printFunction · 0.50

Tested by

no test coverage detected