SuperNode.find_nodes# SuperNode.find_nodes(name=None, value=None, function=None, **other_attrs)[source]# Returns a list of descendant nodes that match the specified criteria. Parameters: name (str, int, hashable) – value (Any) – function (Callable, str) – Returns: descendants Return type: list of nodes