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

Method __init__

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

Source from the content-addressed store, hash-verified

181
182class ValNode(ASTNode):
183 def __init__(self, val, data_type, fields):
184 super().__init__('VAL', val, data_type, fields)
185
186 def textual_form_core(self):
187 return self.val

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected