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

Method textual_form_core

components/expr_parser.py:186–187  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 super().__init__('VAL', val, data_type, fields)
185
186 def textual_form_core(self):
187 return self.val
188
189def _consume_a_node(tokens, cursor, data_type):
190 is_root = cursor == 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected