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

Method __init__

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

Source from the content-addressed store, hash-verified

159 }
160
161 def __init__(self, val, data_type, fields):
162 super().__init__('COMP', val, data_type, fields)
163
164 def textual_form_core(self):
165 prompt = CompNode.PROMPT_DICT[self.val]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected