MCPcopy 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_spiderFunction · 0.45
process_wikisqlFunction · 0.45
to_jsonMethod · 0.45
to_jsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected