Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ __contains__
Method
__contains__
python/graphscope/nx/classes/reportviews.py:113–114 ·
view source on GitHub ↗
(self, e)
Source
from the content-addressed store, hash-verified
111
return
self._graph.number_of_edges()
112
113
def
__contains__(self, e):
114
return
self._graph.has_edge(*e)
Callers
nothing calls this directly
Calls
1
has_edge
Method · 0.80
Tested by
no test coverage detected