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

Method textual_form_core

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

Source from the content-addressed store, hash-verified

138 super().__init__('JOIN', 'JOIN', data_type, fields)
139
140 def textual_form_core(self):
141 return ' '.join([self.fields[0].textual_form(), self.fields[1].textual_form()])
142
143# argmin argmax
144class ArgNode(ASTNode):

Callers

nothing calls this directly

Calls 1

textual_formMethod · 0.45

Tested by

no test coverage detected