list.sorted()

Terry Reedy tjreedy at udel.edu
Sun Dec 7 00:04:57 EST 2003


"Robert Brewer" <fumanchu at amor.org> wrote in message
news:mailman.170.1070745662.16879.python-list at python.org...
>reverse is not true: you can't call normal instance methods from the
>class--you get a TypeError by not passing an instance for "self" to bind
to.

Yes you can: explicitly pass an instance as first arg for 'self' to bind to
;-)
(or did I misunderstand your claim?)

TJR








More information about the Python-list mailing list