networkx.classes.coreviews.FilterMultiInner#

class FilterMultiInner(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 meet specific criteria defined by NODE_OK and EDGE_OK.

__init__(d, NODE_OK, EDGE_OK)#

Methods

get(k[,d])

items()

keys()

values()