properties in Python 2.2

Mark McEahern marklists at mceahern.com
Fri May 24 00:05:07 EDT 2002


You need to subclass from object:

  class foo(object):

    ...

cheers,

// mark
-






More information about the Python-list mailing list