E5Gui/E5ErrorMessage.py

changeset 4566
a2e8f3c420ec
parent 4241
545629046c45
child 4631
5c1a96925da4
equal deleted inserted replaced
4564:a6480863adfb 4566:a2e8f3c420ec
198 Module function to check, if a message handler was installed. 198 Module function to check, if a message handler was installed.
199 199
200 @return flag indicating an installed message handler (boolean) 200 @return flag indicating an installed message handler (boolean)
201 """ 201 """
202 return __msgHandlerDialog is not None 202 return __msgHandlerDialog is not None
203
204 #
205 # eflag: noqa = M801

eric ide

mercurial