I just found
{{{
    def __contains__(self, item):
        """
        Return whether ``item`` is an element of the group.
...

    def has_element(self, item):
        """
        Returns boolean value of ``item in self`` - however *ignores*
        parentage.
...
        """
        return item in self
}}}

Isn't has_element just an alias of __contains__?

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/37f06987-86c3-4401-93f6-aae383d0ebban%40googlegroups.com.

Reply via email to