MCPcopy
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_nodesFunction · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
__call__Method · 0.45
add_self_loopFunction · 0.45
explain_graphMethod · 0.45
get_mcts_childrenMethod · 0.45
explain_graphMethod · 0.45
explain_nodeMethod · 0.45
explain_nodeMethod · 0.45

Calls 1

HeteroNodeViewClass · 0.70

Tested by

no test coverage detected