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

Method is_metadata_available

pyxrf/model/scan_metadata.py:76–81  ·  view source on GitHub ↗

Returns True if at least one metadata key:value pair is available. Otherwise returns False.

(self)

Source from the content-addressed store, hash-verified

74 return self._values
75
76 def is_metadata_available(self):
77 """
78 Returns True if at least one metadata key:value pair is available.
79 Otherwise returns False.
80 """
81 return bool(self._values)
82
83 def get_formatted_output(self):
84 """

Callers 2

fit_pixel_data_and_saveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected