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

Method textual_form_core

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

Source from the content-addressed store, hash-verified

177 super().__init__('SCHEMA', val, data_type, fields)
178
179 def textual_form_core(self):
180 return self.val
181
182class ValNode(ASTNode):
183 def __init__(self, val, data_type, fields):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected