(self, fanouts, metapath, add_self_loops=True, **kwargs)
| 58 | |
| 59 | class 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 | |
| 65 | flow_classes = { |