13 Jul
2003
13 Jul
'03
10:42 p.m.
Michael Long wrote at 2003-7-11 15:39 -0400:
When you say class attribute would that include the methods defined in a class? If so I see the problem.
Yes, methods are usually class attributes. They may, however, be inherited (in which case, they were a class attribute from an inherited class). Dieter