[Python-Dev] Class Methods

Fred L. Drake, Jr. fdrake@acm.org
Fri, 20 Apr 2001 11:34:41 -0400 (EDT)


Guido van Rossum writes:
 > __getattr__?), and I have no idea how to do this without dropping the
 > idea that x.spam(...) is C.spam(x, ...).  So maybe that's the
 > solution?

  Can that be dropped and still allow subclasses to extend a method
offered by the base class?  I think making the two different would
break an enormous amount of code.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Digital Creations