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

Method __init__

components/expr_parser.py:176–177  ·  view source on GitHub ↗
(self, val, data_type, fields)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected