MCPcopy Create free account
hub / github.com/FreeformRobotics/OTS / value

Method value

utils.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 self.avg = self.sum / self.count
60
61 def value(self):
62 return self.val
63
64 def average(self):
65 return self.avg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected