Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ test
Method
test
Lib/pagebot/conditions/flow.py:38–39 ·
view source on GitHub ↗
(self, e)
Source
from the content-addressed store, hash-verified
36
#True
37
""
"
38
def
test(self, e):
39
return
e.isOverflow(self.tolerance)
40
41
def
solve(self, e, score):
42
if
not self.test(e):
# Only try to solve if condition test fails.
Callers
1
solve
Method · 0.95
Calls
1
isOverflow
Method · 0.45
Tested by
no test coverage detected