Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-research/language
/ to_json
Method
to_json
language/xsp/data_preprocessing/sql_utils.py:148–149 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
146
self.actions = list()
147
148
def
to_json(self):
149
return
{
'actions'
: [action.to_json()
for
action in self.actions]}
150
151
def
from_json(self, dictionary):
152
assert not self.actions
Callers
5
process_spider
Function · 0.45
process_wikisql
Function · 0.45
process_michigan_datasets
Function · 0.45
to_json
Method · 0.45
to_json
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected