MCPcopy Create free account
hub / github.com/GeWu-Lab/AnyTouch2 / value

Method value

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected