MCPcopy Create free account
hub / github.com/Derive-Risk/pyfair / get_uuid

Method get_uuid

pyfair/model/model.py:220–229  ·  view source on GitHub ↗

Returns the model's unique ID. Returns ------- str The UUID of the model.

(self)

Source from the content-addressed store, hash-verified

218 return self._name
219
220 def get_uuid(self):
221 """Returns the model's unique ID.
222
223 Returns
224 -------
225 str
226 The UUID of the model.
227
228 """
229 return self._model_uuid
230
231 def calculation_completed(self):
232 """Public method to check completion status of dependency tree

Callers 3

test_inspectionMethod · 0.45
_get_overview_tableMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_inspectionMethod · 0.36