Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LHRLAB/ChatKBQA
/ textual_form_core
Method
textual_form_core
components/expr_parser.py:126–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
124
return
self.textual_form_core()
125
126
def
textual_form_core(self):
127
return
self.fields[0].textual_form() +
' by'
128
129
class
CountNode(ASTNode):
130
def
__init__(self, data_type, fields):
Callers
1
textual_form
Method · 0.95
Calls
1
textual_form
Method · 0.45
Tested by
no test coverage detected