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

Method __init__

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

Source from the content-addressed store, hash-verified

143# argmin argmax
144class ArgNode(ASTNode):
145 def __init__(self, val, data_type, fields):
146 super().__init__('ARG', val, data_type, fields)
147
148 def textual_form_core(self):
149 prompt = 'with most' if self.val == 'ARGMAX' else 'with least'

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected