Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ Score
Class
Score
Lib/pagebot/conditions/score.py:16–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
# score.py
15
#
16
class
Score:
17
def
__init__(self):
18
self.result = 0
19
self.fails = []
20
21
def
__repr__(self):
22
return
'Score: %s Fails: %d'
% (self.result, len(self.fails))
Callers
3
solve
Method · 0.90
evaluate
Method · 0.90
solve
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected