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

Method __init__

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

Source from the content-addressed store, hash-verified

167
168class EntityNode(ASTNode):
169 def __init__(self, val, data_type, fields):
170 super().__init__('ENTITY', val, data_type, fields)
171
172 def textual_form_core(self):
173 return self.val

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected