MCPcopy Create free account
hub / github.com/Robbyant/lingbot-map / remove_last

Method remove_last

demo_render/interactive_viewer/camera.py:207–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

205 self.keyframes.append(kf)
206
207 def remove_last(self):
208 if self.keyframes:
209 self.keyframes.pop()
210
211 def clear(self):
212 self.keyframes.clear()

Callers 1

ws_handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected