MCPcopy Create free account
hub / github.com/Kitware/COAT / max

Method max

utils/utils.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69
70 @property
71 def max(self):
72 return max(self.deque)
73
74 @property
75 def value(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected