| Test to see if two items are "similar". That is, their objects are
equal, but their parents or indices may not be the same.
This function takes two arguments. The first is a list of items to
consider for similarity, and the second is a list of items representing
"values" to judge the first list by. Any items in the first list who are
similar to one or more of the items in the second list will be returned.
Parameters: args - The list of two arguments. A non-empty sequence |