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

Method __init__

single_eval.py:360–361  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected