[Chicago] Ode to <>

David Terrell dbt at meat.net
Fri Sep 1 17:47:54 CEST 2006


On Fri, Sep 01, 2006 at 10:40:23AM -0500, Brian Ray wrote:
>     def __eq__(self,rhs):
>        if rhs.title == self.title:
>           return True
>        return False

    def __eq__(self, rhs):
        return (rhs.title == self.title)

unnecessary branches sap your bodily fluids.

-- 
David Terrell
dbt at meat.net
((meatspace)) http://meat.net/


More information about the Chicago mailing list