Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Research
/ __str__
Method
__str__
NLP/Text2SQL-BASELINE/text2sql/dataproc/sql_label.py:132–134 ·
view source on GitHub ↗
doc
(self)
Source
from the content-addressed store, hash-verified
130
return
repr_str
131
132
def
__str__(self):
133
""
"doc"
""
134
return
self.to_json()
135
136
def
_repr_html_(self):
137
""
"doc"
""
Callers
nothing calls this directly
Calls
1
to_json
Method · 0.95
Tested by
no test coverage detected