MCPcopy
hub / github.com/yosinski/deep-visualization-toolbox / _can_skip_all

Method _can_skip_all

caffevis/app.py:190–191  ·  view source on GitHub ↗
(self, panes)

Source from the content-addressed store, hash-verified

188 print 'CaffeVisApp: quitting.'
189
190 def _can_skip_all(self, panes):
191 return ('caffevis_layers' not in panes.keys())
192
193 def handle_input(self, input_image, panes):
194 if self.debug_level > 1:

Callers 2

handle_inputMethod · 0.95
drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected