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

Method __str__

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

Source from the content-addressed store, hash-verified

91 return self.deque[-1]
92
93 def __str__(self):
94 return self.fmt.format(
95 median=self.median,
96 avg=self.avg,
97 global_avg=self.global_avg,
98 max=self.max,
99 value=self.value,
100 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected