Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
class
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
46
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected