Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ edge_label_num
Method
edge_label_num
python/graphscope/framework/graph_schema.py:511–512 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
509
510
@property
511
def
edge_label_num(self):
512
return
sum(self._valid_edges)
513
514
def
get_vertex_properties(self, label):
515
return
self._vertex_labels[self.get_vertex_label_id(label)].properties
Callers
6
Compute
Method · 0.45
PEval
Method · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
PEval
Method · 0.45
IncEval
Method · 0.45
Calls
no outgoing calls
Tested by
6
Compute
Method · 0.36
PEval
Method · 0.36
Compute
Method · 0.36
Compute
Method · 0.36
PEval
Method · 0.36
IncEval
Method · 0.36