
13 Jul
2007
13 Jul
'07
1:40 a.m.
Josiah Carlson wrote:
class foo: class a(Property): ''' documentation ''' def get(self): return self._a ...
I'm curious as to why this still gets brought up when the obvious syntax is more or less identical to basically all reasonable alternate syntaxes.
I would dispute that anything involving a class statement that creates something other than a class is "obvious".
-- Greg