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

Method textual_form_core

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

Source from the content-addressed store, hash-verified

170 super().__init__('ENTITY', val, data_type, fields)
171
172 def textual_form_core(self):
173 return self.val
174
175class SchemaNode(ASTNode):
176 def __init__(self, val, data_type, fields):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected