MCPcopy
hub / github.com/ComposioHQ/awesome-claude-skills / clear

Method clear

slack-gif-creator/core/gif_builder.py:244–246  ·  view source on GitHub ↗

Clear all frames (useful for creating multiple GIFs).

(self)

Source from the content-addressed store, hash-verified

242 return info
243
244 def clear(self):
245 """Clear all frames (useful for creating multiple GIFs)."""
246 self.frames = []

Callers 11

fade.pyFile · 0.80
slide.pyFile · 0.80
move.pyFile · 0.80
pulse.pyFile · 0.80
morph.pyFile · 0.80
zoom.pyFile · 0.80
explode.pyFile · 0.80
wiggle.pyFile · 0.80
spin.pyFile · 0.80
flip.pyFile · 0.80
apply_replacementsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected