MCPcopy Create free account
hub / github.com/alibaba/GraphScope / nodes

Method nodes

python/graphscope/nx/classes/graph.py:786–789  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

784 @clear_mutation_cache
785 @patch_docstring(RefGraph.nodes)
786 def nodes(self):
787 nodes = NodeView(self)
788 self.__dict__["nodes"] = nodes
789 return nodes
790
791 @clear_mutation_cache
792 def number_of_nodes(self):

Callers 15

test_data_typesMethod · 0.95
test_graphMethod · 0.95
PEvalMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
test_set_node_attributesFunction · 0.45
test_reverse_hashableMethod · 0.45
test_remove_nodeMethod · 0.45
test_nodelistMethod · 0.45
test_from_edgelistMethod · 0.45
assert_equalMethod · 0.45

Calls 1

NodeViewClass · 0.90

Tested by 15

test_data_typesMethod · 0.76
test_graphMethod · 0.76
PEvalMethod · 0.36
InitMethod · 0.36
InitMethod · 0.36
test_set_node_attributesFunction · 0.36
test_reverse_hashableMethod · 0.36
test_remove_nodeMethod · 0.36
test_nodelistMethod · 0.36
test_from_edgelistMethod · 0.36
assert_equalMethod · 0.36
assert_equalMethod · 0.36