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

Method textual_form_core

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

Source from the content-addressed store, hash-verified

131 super().__init__('COUNT', 'COUNT', data_type, fields)
132
133 def textual_form_core(self):
134 return 'how many ' + self.fields[0].textual_form()
135
136class JoinNode(ASTNode):
137 def __init__(self, data_type, fields):

Callers

nothing calls this directly

Calls 1

textual_formMethod · 0.45

Tested by

no test coverage detected