Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ get_node_decoders
Method
get_node_decoders
graphlearn/python/graph.py:648–651 ·
view source on GitHub ↗
Get all of the node_decoders.
(self)
Source
from the content-addressed store, hash-verified
646
return
decoder
647
648
def
get_node_decoders(self):
649
""
" Get all of the node_decoders.
650
""
"
651
return
self._node_decoders
652
653
def
get_edge_decoders(self):
654
""
" Get all of the edge_decoders.
Callers
6
set_path
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
_check
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected