mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Created and moved extract_mobject_family_members and restructure_list_to_exclude_certain_family_members functions
This commit is contained in:
@ -904,7 +904,6 @@ class Mobject(Container):
|
||||
return self
|
||||
|
||||
# Family matters
|
||||
|
||||
def __getitem__(self, value):
|
||||
self_list = self.split()
|
||||
if isinstance(value, slice):
|
||||
|
Reference in New Issue
Block a user