SuperNode.find_node# SuperNode.find_node(id)[source]# Returns a descendant node that has the specified id attribute. Parameters: id (Any) – The id attribute of the node. Returns: child (SuperNode) None