networkx.classes.coreviews.FilterMultiAdjacency#
- class FilterMultiAdjacency(d, NODE_OK, EDGE_OK)[source]#
A read-only Mapping of Mappings with filtering criteria for nodes and edges.
It is a view into a dict-of-dict-of-dict-of-dict data structure, and it selects nodes and edges that satisfy specific criteria defined by
NODE_OK
andEDGE_OK
, respectively.See also
- __init__(d, NODE_OK, EDGE_OK)#
Methods