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