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

Method delete_all

pyxrf/model/parameters.py:139–140  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

137 self.delete_peaks_below_threshold(threshv=threshv)
138
139 def delete_all(self):
140 self.element_dict.clear()
141
142 def is_element_in_list(self, element_line_name):
143 """

Callers 2

find_peakMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected