MCPcopy 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#
16class 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

solveMethod · 0.90
evaluateMethod · 0.90
solveMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected