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

Class SchemaNode

components/expr_parser.py:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 return self.val
174
175class SchemaNode(ASTNode):
176 def __init__(self, val, data_type, fields):
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 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected