MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / __init__

Method __init__

evaluation/test-suite-sql-eval/evaluation.py:359–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

357 """A simple evaluator"""
358
359 def __init__(self):
360 self.partial_scores = None
361
362 def eval_hardness(self, sql):
363 count_comp1_ = count_component1(sql)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected