MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / __init__

Method __init__

python/graphvite/dataset.py:553–559  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

551 graph
552 """
553 def __init__(self):
554 super(Wikipedia, self).__init__(
555 "wikipedia",
556 urls={
557 "graph": "https://www.dropbox.com/s/q6w950e5f7g7ax8/enwiki-latest-pages-articles-sentences.txt.gz?dl=1"
558 }
559 )
560
561
562class Math(Dataset):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected