def handle_transaction_finalized(self, *args, **kwargs):
"""
Clear the transation dialog state when we are told the transaction is finished.
This cleans up the event notifications and closes the dialog.
"""
self.finalize()
# Close the dialog
urwid.emit_signal(self, self.signals[0])
评论列表
文章目录