[Zope3-dev] Re: ObjectHub notes: ruid vs hid vs. ...

Guido van Rossum guido@python.org
Tue, 29 Oct 2002 07:35:17 -0500


> > So, just SomeEvent.hubId rather than SomeEvent.getHubId().
> 
> You know that not having that as a method will come back and bite in
> the end and require some such computed attribute nastiness ;-)

Except in Python 2.2, computed attributes are not nasty. :)

--Guido van Rossum (home page: http://www.python.org/~guido/)