73ec4ed85c2fc0f5c6f09b422f97d7b4e2e0b6da,cellprofiler/gui/pipelinelistview.py,PipelineListView,show_input_panel,#PipelineListView#Any#,272
Before Change
else:
idx += 1
self.transparent_window.Show(not show)
def on_outputs_button(self, event):
self.__frame.show_preferences(True)
After Change
else:
idx += 1
if self.transparent_window:
self.transparent_window.Show(not show)
def on_outputs_button(self, event):
self.__frame.show_preferences(True)
def request_validation(self, module = None):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: CellProfiler/CellProfiler
Commit Name: 73ec4ed85c2fc0f5c6f09b422f97d7b4e2e0b6da
Time: 2013-11-19
Author: vebjorn@ljosa.com
File Name: cellprofiler/gui/pipelinelistview.py
Class Name: PipelineListView
Method Name: show_input_panel
Project Name: spectralpython/spectral
Commit Name: 242d4fb33df352517bb887c05168a339a8e20de6
Time: 2006-06-24
Author: tboggs@users.sourceforge.net
File Name: Spectral/Graphics/SpyWxPythonThread.py
Class Name: HiddenCatcher
Method Name: viewImage
Project Name: CellProfiler/CellProfiler
Commit Name: 04c757353487f243dd08cda512b741854ba32194
Time: 2013-12-05
Author: vebjorn@ljosa.com
File Name: cellprofiler/gui/pipelinelistview.py
Class Name: PipelineListView
Method Name: show_input_panel