MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / _get_current_plot_item

Method _get_current_plot_item

pyxrf/model/draw_image.py:219–221  ·  view source on GitHub ↗

Get the key for the current plot item (use in dictionary 'img_dict')

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 2

set_map_keysMethod · 0.95
select_datasetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected