MCPcopy Index your code
hub / github.com/clips/pattern / __imul__

Method __imul__

pattern/metrics.py:365–366  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

363 def __isub__(self, value):
364 return Weight(self - value, self.assessments)
365 def __imul__(self, value):
366 return Weight(self * value, self.assessments)
367 def __idiv__(self, value):
368 return Weight(self / value, self.assessments)
369

Callers

nothing calls this directly

Calls 1

WeightClass · 0.85

Tested by

no test coverage detected