def __init__(self, *args, **kwds):
self.filename = None
self.parser = None
self.thread = None
if not display.DISPLAY_ENABLED:
self.consensus_procedure(*args, **kwds)
else:
gtk.gdk.threads_init()
gobject.threads_init()
self.load_display(*args, **kwds)
self.mpi_wait_for_start()
评论列表
文章目录