Exemple #1
0
    def close(self) -> None:
        """Close and remove any global registrations.

    Always call this function when finished with this instance as it ensures
    that it can be garbage collected.

    This function is defined instead of a __del__ function because Python calls
    the __del__ function unreliably.
    """
        logs.remove_record_handler(self.execution_uid)
Exemple #2
0
 def __del__(self):
     logs.remove_record_handler(self.execution_uid)
Exemple #3
0
 def __del__(self):
   logs.remove_record_handler(self.execution_uid)