Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LHRLAB/ChatKBQA
/ __init__
Method
__init__
components/expr_parser.py:106–107 ·
view source on GitHub ↗
(self, data_type, fields)
Source
from the content-addressed store, hash-verified
104
105
class
AndNode(ASTNode):
106
def
__init__(self, data_type, fields):
107
super().__init__(
'AND'
,
'AND'
, data_type, fields)
108
109
def
textual_form_core(self):
110
# the xxx that
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected