Example #1
0
 def __init__(self, work_announce_address, with_stop_run_loop=True):
     from bioformats.formatreader import set_omero_login_hook
     self.work_announce_address = work_announce_address
     self.cancelled = False
     self.with_stop_run_loop = with_stop_run_loop
     self.current_analysis_id = False
     set_omero_login_hook(self.omero_login_handler)
 def __init__(self, work_announce_address, with_stop_run_loop=True):
     from bioformats.formatreader import set_omero_login_hook
     self.work_announce_address = work_announce_address
     self.cancelled = False
     self.with_stop_run_loop = with_stop_run_loop
     self.current_analysis_id = False
     set_omero_login_hook(self.omero_login_handler)
Example #3
0
 def __init__(self, work_announce_address):
     self.work_announce_address = work_announce_address
     self.zmq_context = the_zmq_context
     self.cancelled = False
     self.current_analysis_id = False
     set_omero_login_hook(self.omero_login_handler)