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 and EDGE_OK, respectively.

__init__(d, NODE_OK, EDGE_OK)#

Methods

get(k[,d])

items()

keys()

values()