Exemplo n.º 1
0
 def __init__(self, path_string, **kwargs):
     #### EULERTOUR_INIT_START ####
     if not hasattr(self, "args"):
         self.args = serialize_args([path_string])
     if not hasattr(self, "config"):
         self.config = serialize_config({
             **kwargs,
         })
     if hasattr(self, 'kwargs'):
         self.kwargs = {'path_string': path_string, **kwargs, **self.kwargs}
     else:
         self.kwargs = {'path_string': path_string, **kwargs}
     #### EULERTOUR_INIT_START ####
     digest_locals(self)
     VMobject.__init__(self, **kwargs)
Exemplo n.º 2
0
 def __init__(self, *vertices, **kwargs):
     assert len(vertices) > 1
     digest_locals(self)
     VMobject.__init__(self, **kwargs)
Exemplo n.º 3
0
 def __init__(self, path_string, **kwargs):
     digest_locals(self)
     VMobject.__init__(self, **kwargs)
Exemplo n.º 4
0
 def __init__(self, path_string, **kwargs):
     digest_locals(self)
     VMobject.__init__(self, **kwargs)