MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / addEdge

Method addEdge

union/Santos/preprocess_yago.py:68–69  ·  view source on GitHub ↗
(self,u,v)

Source from the content-addressed store, hash-verified

66 self.hierarchy = defaultdict(list)
67
68 def addEdge(self,u,v):
69 self.hierarchy[u].append(v)
70
71 # Function to compute BFS
72 def BreadthFirstSearch(self, top_type):

Callers 1

preprocess_yago.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected