MCPcopy Create free account
hub / github.com/alibaba/euler / __init__

Method __init__

tf_euler/python/mp_utils/utils.py:60–62  ·  view source on GitHub ↗
(self, fanouts, metapath, add_self_loops=True, **kwargs)

Source from the content-addressed store, hash-verified

58
59class WrappedWholeDataFlow(WholeDataFlow):
60 def __init__(self, fanouts, metapath, add_self_loops=True, **kwargs):
61 super(WrappedWholeDataFlow, self).__init__(
62 metapath, add_self_loops=add_self_loops, **kwargs)
63
64
65flow_classes = {

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected