More linting
This commit is contained in:
@ -108,6 +108,8 @@ class Game:
|
||||
ID on the stack, False otherwise.
|
||||
"""
|
||||
|
||||
return any(timeout.timeoutID == timeoutID for timeout in self._timeouts)
|
||||
|
||||
def popup(self, title: str, text: str, haltUpdate: bool=False, haltEvents: bool=True):
|
||||
"""
|
||||
Pops up a dialogue box.
|
||||
|
||||
Reference in New Issue
Block a user