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

Method items

pyxrf/model/scan_metadata.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 return self._values.values()
63
64 def items(self):
65 return self._values.items()
66
67 def update(self, source_dict):
68 self._values.update(source_dict)

Calls

no outgoing calls