networkx.classes.coreviews.FilterAdjacency#
- class FilterAdjacency(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 data structure, and it selects nodes and edges that satisfy specific criteria defined by
NODE_OK
andEDGE_OK
, respectively.Methods