|
|
@ -622,7 +622,7 @@ class BaseView: |
|
|
def is_finished(self) -> bool: |
|
|
def is_finished(self) -> bool: |
|
|
""":class:`bool`: Whether the view has finished interacting.""" |
|
|
""":class:`bool`: Whether the view has finished interacting.""" |
|
|
if self.__stopped is None: |
|
|
if self.__stopped is None: |
|
|
return True |
|
|
return False |
|
|
|
|
|
|
|
|
return self.__stopped.done() |
|
|
return self.__stopped.done() |
|
|
|
|
|
|
|
|
|