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

Class EdgeView

python/graphscope/nx/classes/reportviews.py:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94@patch_docstring(_EdgeView)
95class EdgeView(_EdgeView):
96 __slots__ = ()
97
98 dataview = EdgeDataView
99
100 # Set methods
101 def __len__(self):
102 return self._graph.number_of_edges()
103
104
105@patch_docstring(_InEdgeView)

Callers 1

edgesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected