MCPcopy Create free account
hub / github.com/awslabs/gap-text2sql / EvalConfig

Class EvalConfig

rat-sql-gap/run.py:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36@attr.s
37class EvalConfig:
38 config = attr.ib()
39 config_args = attr.ib()
40 logdir = attr.ib()
41 section = attr.ib()
42 inferred = attr.ib()
43 output = attr.ib()
44
45
46def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected