(self, panes)
| 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: |
no outgoing calls
no test coverage detected