コード例 #1
0
 def on_help(self, event):
     import cellprofiler.gui.help.content
     import cellprofiler.gui.htmldialog as H
     H.HTMLDialog(
         self, "Run multiple pipelines help",
         cellprofiler.gui.help.content.read_content(
             "other_multiple_pipelines.rst")).Show()
コード例 #2
0
 def on_help(self, event):
     from cellprofiler.gui.help import RUN_MULTIPLE_PIPELINES_HELP
     import cellprofiler.gui.htmldialog as H
     H.HTMLDialog(self, "Run multiple pipelines help",
                  RUN_MULTIPLE_PIPELINES_HELP).Show()