MCPcopy Index your code
hub / github.com/OpenMeshLab/MeshXL / max

Method max

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

Source from the content-addressed store, hash-verified

84
85 @property
86 def max(self):
87 return max(self.deque)
88
89 @property
90 def value(self):

Callers 3

write_bboxFunction · 0.80
point_cloud_to_bboxFunction · 0.80
normalize_meshFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected