MCPcopy Create free account
hub / github.com/LTH14/mar / value

Method value

util/misc.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68
69 @property
70 def value(self):
71 return self.deque[-1]
72
73 def __str__(self):
74 return self.fmt.format(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected