MCPcopy
hub / github.com/ManimCommunity/manim / repeat_submobject

Method repeat_submobject

manim/mobject/mobject.py:3003–3004  ·  view source on GitHub ↗
(self, submob: Mobject)

Source from the content-addressed store, hash-verified

3001 return self
3002
3003 def repeat_submobject(self, submob: Mobject) -> Self:
3004 return submob.copy()
3005
3006 def interpolate(
3007 self,

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected