MCPcopy Create free account
hub / github.com/LHRLAB/ChatKBQA / __repr__

Method __repr__

components/expr_parser.py:92–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 return self.logical_form()
91
92 def __repr__(self):
93 return self.logical_form()
94
95 def textual_form_core(self):
96 raise NotImplementedError('Textual form not implemented for abstract ast node')

Callers

nothing calls this directly

Calls 1

logical_formMethod · 0.95

Tested by

no test coverage detected