Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dmlc/dgl
/ nodes
Method
nodes
python/dgl/distributed/dist_graph.py:897–899 ·
view source on GitHub ↗
Return a node view
(self)
Source
from the content-addressed store, hash-verified
895
896
@property
897
def
nodes(self):
898
""
"Return a node view"
""
899
return
HeteroNodeView(self)
900
901
@property
902
def
edges(self):
Callers
11
infer_num_nodes
Function · 0.45
__call__
Method · 0.45
__call__
Method · 0.45
__call__
Method · 0.45
__call__
Method · 0.45
add_self_loop
Function · 0.45
explain_graph
Method · 0.45
get_mcts_children
Method · 0.45
explain_graph
Method · 0.45
explain_node
Method · 0.45
explain_node
Method · 0.45
Calls
1
HeteroNodeView
Class · 0.70
Tested by
no test coverage detected