MCPcopy Create free account
hub / github.com/NineAbyss/ZeroG / __getitem__

Method __getitem__

code/SubgraphDataset.py:101–102  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

99 return self.subgraphs[idx]
100
101 def __getitem__(self, idx):
102 return self.get(idx)
103
104# class kHopSubgraphDataset(Dataset):
105# def __init__(self, data, num_hops=1, max_nodes=100, dataset_name="Cora", min_classes=None, transform=None, pre_transform=None):

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected