Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_types
Method · 0.95
test_graph
Method · 0.95
PEval
Method · 0.45
Init
Method · 0.45
Init
Method · 0.45
convert_node_labels_to_integers
Function · 0.45
test_set_node_attributes
Function · 0.45
test_reverse_hashable
Method · 0.45
test_remove_node
Method · 0.45
test_nodelist
Method · 0.45
test_from_edgelist
Method · 0.45
assert_equal
Method · 0.45
Calls
1
NodeView
Class · 0.90
Tested by
15
test_data_types
Method · 0.76
test_graph
Method · 0.76
PEval
Method · 0.36
Init
Method · 0.36
Init
Method · 0.36
test_set_node_attributes
Function · 0.36
test_reverse_hashable
Method · 0.36
test_remove_node
Method · 0.36
test_nodelist
Method · 0.36
test_from_edgelist
Method · 0.36
assert_equal
Method · 0.36
assert_equal
Method · 0.36