MCPcopy Create free account
hub / github.com/Kitware/COAT / value

Method value

utils/utils.py:75–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73
74 @property
75 def value(self):
76 return self.deque[-1]
77
78 def __str__(self):
79 return self.fmt.format(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected