Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/embedx
/ has_feature
Method
has_feature
demo/data/scripts/embedx_graph.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
return
self.feature
57
58
def
has_feature(self):
59
return
"feature"
in self.json_node or
"feat"
in self.json_node
60
61
@classmethod
62
def
get_node_feature_str(cls, node):
Callers
2
get_node_feature_str
Method · 0.80
__has_feature
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected