networkx.classes.coreviews.UnionMultiAdjacency¶
- class UnionMultiAdjacency(succ, pred)[source]¶
A read-only union of two dict MultiAdjacencies.
The two input dict-of-dict-of-dict-of-dicts represent the union of
G.succ
andG.pred
for MultiDiGraphs. Return values are UnionAdjacency. The inner level of dict is read-write. But the outer levels are read-only.See also
UnionAtlas
View into dict-of-dict
UnionMultiInner
View into dict-of-dict-of-dict
- __init__(succ, pred)¶
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(succ, pred)Initialize self.
copy
()get
(k[,d])items
()keys
()values
()