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

Method textual_form_core

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

Source from the content-addressed store, hash-verified

93 return self.logical_form()
94
95 def textual_form_core(self):
96 raise NotImplementedError('Textual form not implemented for abstract ast node')
97
98 def textual_form(self):
99 core_form = self.textual_form_core()

Callers 1

textual_formMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected