MCPcopy Create free account
hub / github.com/PaddlePaddle/Research / to_json

Method to_json

NLP/Text2SQL-BASELINE/text2sql/dataproc/sql_label.py:105–107  ·  view source on GitHub ↗

doc

(self)

Source from the content-addressed store, hash-verified

103 return getattr(self, key)
104
105 def to_json(self):
106 """doc"""
107 return json.dumps(dict(self), ensure_ascii=False, sort_keys=True)
108
109 def equal_all_mode(self, other):
110 """doc"""

Callers 4

equal_all_modeMethod · 0.95
__str__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected