提交。
This commit is contained in:
@@ -29,8 +29,8 @@ class Animation:
|
||||
|
||||
return wrapTheFunction
|
||||
|
||||
def disable(self, _disable):
|
||||
self._disable = _disable
|
||||
def enable(self, _enable):
|
||||
self._disable = not _enable
|
||||
|
||||
@switch_decorator
|
||||
def init_fig(self):
|
||||
|
||||
Reference in New Issue
Block a user