Ejemplo n.º 1
0
 def has_exception():
     """
     Check if PyLTI raised exception.
     :return: is exception raised
     """
     return app_exception.get() is not None
Ejemplo n.º 2
0
 def has_exception():
     """
     Check if PyLTI raised exception.
     :return: is exception raised
     """
     return app_exception.get() is not None
Ejemplo n.º 3
0
 def get_exception():
     """
     Returns exception raised by PyLTI.
     :return: exception
     """
     return app_exception.get()
Ejemplo n.º 4
0
 def get_exception():
     """
     Returns exception raised by PyLTI.
     :return: exception
     """
     return app_exception.get()