MCPcopy Index your code
hub / github.com/SpectacularAI/sdk / next

Method next

python/cli/visualization/visualizer.py:19–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 TOP_VIEW = 2
18
19 def next(self):
20 return CameraMode((self.value + 1) % 3)
21
22class ColorMode(Enum):
23 ORIGINAL = 0

Callers 1

__processUserInputMethod · 0.80

Calls 1

CameraModeClass · 0.85

Tested by

no test coverage detected