MCPcopy Create free account
hub / github.com/DanielShalam/BPA / value

Method value

utils.py:328–329  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

326
327 @property
328 def value(self):
329 return self.deque[-1]
330
331 def __str__(self):
332 return self.fmt.format(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected