MCPcopy Create free account
hub / github.com/PageBot/PageBot / solve

Method solve

Lib/pagebot/conditions/text.py:32–34  ·  view source on GitHub ↗
(self, e, score)

Source from the content-addressed store, hash-verified

30 return e.isOverflow(self.tolerance)
31
32 def solve(self, e, score):
33 if not self.test(e): # Only try to solve if condition test fails.
34 self.addScore(e.overflow2Next(), e, score)
35
36# Columns
37

Callers

nothing calls this directly

Calls 3

testMethod · 0.95
addScoreMethod · 0.80
overflow2NextMethod · 0.45

Tested by

no test coverage detected