MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / __init__

Method __init__

python/cli/visualization/serialization.py:149–150  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

147
148class MockFrame:
149 def __init__(self, data):
150 self.cameraPose = MockCameraPose(data["cameraPose"])
151
152class MockFrameSet:
153 def __init__(self, data):

Callers

nothing calls this directly

Calls 1

MockCameraPoseClass · 0.85

Tested by

no test coverage detected