Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
class
ColorMode(Enum):
23
ORIGINAL = 0
Callers
1
__processUserInput
Method · 0.80
Calls
1
CameraMode
Class · 0.85
Tested by
no test coverage detected