Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/gap-text2sql
/ SpiderItem
Class
SpiderItem
rat-sql-gap/seq2struct/datasets/spider.py:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
@attr.s
12
class
SpiderItem:
13
text = attr.ib()
14
code = attr.ib()
15
schema = attr.ib()
16
orig = attr.ib()
17
orig_schema = attr.ib()
18
19
20
@attr.s
Callers
2
__init__
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected