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

Method __init__

components/expr_parser.py:118–119  ·  view source on GitHub ↗
(self, data_type, fields)

Source from the content-addressed store, hash-verified

116
117class RNode(ASTNode):
118 def __init__(self, data_type, fields):
119 super().__init__('R', 'R', data_type, fields)
120
121 def textual_form(self):
122 # only surface relation is reserved

Callers 8

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected