Get the key for the current plot item (use in dictionary 'img_dict')
(self)
| 217 | return None |
| 218 | |
| 219 | def _get_current_plot_item(self): |
| 220 | """Get the key for the current plot item (use in dictionary 'img_dict')""" |
| 221 | return self.io_model.img_dict_keys[self.data_opt - 1] |
| 222 | |
| 223 | def set_map_keys(self): |
| 224 | """ |
no outgoing calls
no test coverage detected