MCPcopy Create free account
hub / github.com/baidu/DDParser / _print

Method _print

ddparser/parser/data_struct/corpus.py:163–165  ·  view source on GitHub ↗

Print self

(self)

Source from the content-addressed store, hash-verified

161 f.write(u"{}\n".format(self))
162
163 def _print(self):
164 """Print self"""
165 print(self)
166
167 def get_result(self):
168 """Get result"""

Callers 1

predict_queryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected