MCPcopy Create free account
hub / github.com/OpenMeshLab/MeshXL / value

Method value

utils/misc.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88
89 @property
90 def value(self):
91 return self.deque[-1]
92
93 def __str__(self):
94 return self.fmt.format(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected